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/java/eu/etaxonomy/taxeditor/remoting/cache/CdmTransientEntityCacher.java
192 192

  
193 193
        if(cachedCdmEntity == null) {
194 194
            // ... then try the permanent cache
195
            cachedCdmEntity = cdmServiceCacher.load(cdmBase.getUuid());
195
            cachedCdmEntity = cdmServiceCacher.load(cdmBase);
196 196
        }
197 197

  
198 198
        return cachedCdmEntity;

Also available in: Unified diff