Project

General

Profile

« Previous | Next » 

Revision df390232

Added by Cherian Mathew almost 9 years ago

RemotingSessionAwareTest : added new class which handles pre-config of test classes which require a session
*Test.java : set super class to RemotingSessionAwareTest
*.xml : removed DefinedTermBase entites from datasets so that the terms are not deleted
ServiceInterceptorTest : correction

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/cache/CdmTransientEntityCacher.java
181 181
    @Override
182 182
    public CdmBase getFromCache(CdmBase cdmBase) {
183 183

  
184
        CdmEntityCacheKey cacheId = generateKey(cdmBase);
184
        CdmEntityCacheKey cacheId = generateKey((CdmBase)ProxyUtils.deproxy(cdmBase));
185 185
        // first try this cache
186 186
        CdmBase  cachedCdmEntity = getFromCache(cacheId);
187 187

  

Also available in: Unified diff