Sumit Kumar created CAMEL-10681:
-----------------------------------
Summary: camel-ehcache - configUri does not work appropriately
Key: CAMEL-10681
URL: https://issues.apache.org/jira/browse/CAMEL-10681
Project: Camel
Issue Type: Bug
Components: camel-ehcache
Affects Versions: 2.18.1
Reporter: Sumit Kumar
Priority: Minor
camel-ehcache component fail to initialize cache for the provided value of
configUri.
Different option to setup the configUri were attempted, but everytime it gives
the error
Caused by: java.lang.IllegalArgumentException: CacheConfiguration must be
specified
at org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:308)
at
org.apache.camel.component.ehcache.EhcacheConfiguration.getMandatoryConfiguration(EhcacheConfiguration.java:243)
at
org.apache.camel.component.ehcache.EhcacheManager.getCache(EhcacheManager.java:72)
at
org.apache.camel.component.ehcache.EhcacheManager.getCache(EhcacheManager.java:88)
As per documentation, the configuration option is "The default cache
configuration to be used to create caches if configUri is not set".
So if i am setting up configUri than the error for configuration should not
come.
The approaches attempted for configUri are documented in the camel user forum
at the below link
http://camel.465427.n5.nabble.com/Camel-EhCache-2-18-1-Exception-during-initialization-td5792164.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)