For the future, here what has been done to solve my issue: <blueprint> xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"
<ext:property-placeholder placeholder-prefix="$[" placeholder-suffix="]" /> <bean id="cache" class="org.apache.camel.component.cache.CacheComponent"> <property name="configurationFile" value="file:$[karaf.base]/etc/ehcache.xml" /> </bean> </blueprint> For monitoring the cache, I set the attribute monitoring="on" in the ehcache.xml. -- View this message in context: http://camel.465427.n5.nabble.com/camel-cache-configurationFile-tp5774492p5775600.html Sent from the Camel - Users mailing list archive at Nabble.com.