Re: camel cache configurationFile

2015-12-30 Thread ncasaux
For the future, here what has been done to solve my issue: xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"; For monitoring the cache, I set the attribute monitoring="on" in the ehcache.xml. -- View this message in context: http://camel.465427.n5.nab

Re: camel cache configurationFile

2015-11-30 Thread ncasaux
I just noticed something I can't understand: In my bean, I have also this piece of code for monitoring my cache configuration: During my bundle start, I can see in the logs: 2015-11-30 11:16:01,486 | WARN | xtenderThread-30 | ConfigurationFactory

Re: camel cache configurationFile

2015-11-30 Thread ncasaux
Thanks for your suggestion. However, I did as you recommand : but I still get the "No configuration found" when I update the bundle. -- View this message in context: http://camel.465427.n5.nabble.com/camel-cache-configurationFile-tp5774492p5774552.html Sent from the Camel - Users

Re: camel cache configurationFile

2015-11-30 Thread ncasaux
Hello, In my route, I'm using this URI, which seems OK with the bean to me: .to("cache://TestCache2") -- View this message in context: http://camel.465427.n5.nabble.com/camel-cache-configurationFile-tp5774492p5774549.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel cache configurationFile

2015-11-27 Thread ncasaux
Hello, I'm trying to use the camel cache component with a configuration file as described in the camel cache component: However, it's not working, as I always get the message when I update the bundle: net.sf.ehcache - 2.9.1 | No configuration found. Configuring ehcache from ehcache-f