Project

General

Profile

« Previous | Next » 

Revision 92344bf3

Added by Andreas Kohlbecker almost 7 years ago

adapting to chages in CdmUtils

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java
66 66
        EhCacheConfiguration cacheConfig = new EhCacheConfiguration();
67 67

  
68 68
        DiskStoreConfiguration diskStoreConfiguration = new DiskStoreConfiguration();
69
        File ehcacheFolder = CdmUtils.getCdmSubDir("taxeditor-ehcache");
69
        File ehcacheFolder = CdmUtils.getCdmHomeSubDir("taxeditor-ehcache");
70 70
        // FIXME use subfolder per taxeditor version to allow running multiple installations in parallel
71 71
        // String taxEditorVersion = ..;
72 72
        // File ehcacheFolder = new File(ehcacheFolder, taxEditorVersion);

Also available in: Unified diff