Karaf - org.apache.camel.RuntimeCamelException: java.lang.IllegalArgumentException: Cannot find RouteContext with id "routes-id"

2016-09-01 Thread pthotapalle
Hi, I am using my camel routes on Karaf. Tried to keep routes in separate bundle (just xmls in deploy folder) and tied them with in main mycamelcontext.xml Here are my files look like. *mycamelcontext.xml* http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001

Re: Karaf - org.apache.camel.RuntimeCamelException: java.lang.IllegalArgumentException: Cannot find RouteContext with id "routes-id"

2016-09-01 Thread pthotapalle
Ok!, I packaged all xmls in bundle jar and that worked. -- View this message in context: http://camel.465427.n5.nabble.com/Karaf-org-apache-camel-RuntimeCamelException-java-lang-IllegalArgumentException-Cannot-find-RouteCon-tp5787066p5787102.html Sent from the Camel - Users mailing list archi