Re: camel-context.xml getting loaded multiple times

2015-05-10 Thread Willem Jiang
If you don’t want to common camel-context be load multiple times, you can just deploy it in a single war. If you just want to reuse the route definition, you can take a look this FAQ[1] using the routeContext to do that kind of job.

camel-context.xml getting loaded multiple times

2015-05-07 Thread sureshsg
Hi I have 3 wars running on a single tomcat instance. Each of the war has a spring application context and camel-context.xml. Again each of the war has a common library. This common library also has camel-context.xml. The error is common library's camel-context is getting loaded multiple times and