No possibility to enable ehcache clustering as: ehcache.xml is ignored and there is no possibility to set cacheManagerFactory described camel-cache docs --------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-3849 URL: https://issues.apache.org/jira/browse/CAMEL-3849 Project: Camel Issue Type: Bug Components: camel-cache Affects Versions: 2.7.0, 2.6.0 Environment: any Reporter: Piotr Klimczak This bug seems to be more than one problem as: 1. camel-cache bundle provides ehcache.xml config which is ignored so then default ehcache-failsafe.xml is taken by ehcache bundle. 2. according to camel-cache docs there is a way to set cacheManagerFactory but it seems to be not implemented as a) default CacheManagerFactory instance is created when when CacheComponent is instantiated. b) setter method: public void setCacheManagerFactory(CacheManagerFactory cacheManagerFactory) is used just nowhere. c) there is not suitable filed in class CacheConfiguration All above problems cause camel-cache to be not able to work in java- clustered world. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira