Thanks Sudhil for your reply seems useful to start with but can you send me complete example xml context with example of one configuration required for Spring DSL + Camel + Ehcache OR modifying my file below given showing how that will look like when I add ehcahce in route and relative configuration
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxrs="http://cxf.apache.org/jaxrs" xmlns:cxf="http://camel.apache.org/schema/cxf" xmlns:camel="http://camel.apache.org/schema/spring" xmlns:cxfcore="http://cxf.apache.org/core" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd"> <camelContext id="platformCamelContext" xmlns="http://camel.apache.org/schema/spring"> <route id="testGoodRoutExt"> <from uri="file://target/inbox"/> <to uri="file://target/outbox"/> </route> </camelContext> </beans> Regards, Rakesh -- View this message in context: http://camel.465427.n5.nabble.com/Spring-DSL-Camel-Ehcache-help-required-tp5771836p5771855.html Sent from the Camel - Users mailing list archive at Nabble.com.
