Project

General

Profile

« Previous | Next » 

Revision ee512dbf

Added by Andreas Kohlbecker over 5 years ago

ref #8189 using getCdmHomeDirFallback() when the appcontext is not yet available - 2

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java
63 63
        try {
64 64
            ehcacheFolder = ConfigFileUtil.getCdmHomeSubDir("taxeditor-ehcache");
65 65
        } catch (Exception e){
66
            ehcacheFolder = ConfigFileUtil.getCdmHomeDirFallback("taxeditor-ehcache");
66
            ehcacheFolder = ConfigFileUtil.getCdmHomeSubDirFallback("taxeditor-ehcache");
67 67
        }
68 68
        // FIXME use subfolder per taxeditor version to allow running multiple installations in parallel
69 69
        // String taxEditorVersion = ..;

Also available in: Unified diff