Project

General

Profile

« Previous | Next » 

Revision 1075da9a

Added by Cherian Mathew about 9 years ago

ICachedCommonService, CachedCommonServiceImpl : moved class to service package
CdmApplicationRemoteConfiguration, AbstractPersistentCollection, AbstractLazyInitializer : refactored package of CachedCommonService
CdmServiceRequestExecutor : added code for intercepting all services and loading returned objects into current session
httpInvokerServiceClients : testing the CdmServiceRequestExecutor with taxon node service
CdmTransientEntityCacher, CdmServiceCacher : dividing cached objects correctly between session cache and default cache
remotingApplicationContext.xml : added service package to component scan

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml
27 27
			expression="eu\.etaxonomy\.cdm\.api\.cache\.CdmTermCacher" />
28 28
	</context:component-scan>
29 29

  
30
	<context:component-scan base-package="eu.etaxonomy.taxeditor.remoting.cache"/>
30
	<context:component-scan base-package="eu.etaxonomy.taxeditor.service"/>
31 31

  
32 32
	
33 33
	<!-- EditGeoService was moved to ext. Therefore it will not be found by 

Also available in: Unified diff