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 resulting in multiple consumers for an endpoint.
I am using contextScan to load the routes and have also tried specifying the includes package but did not work. Could you please help? -- View this message in context: http://camel.465427.n5.nabble.com/camel-context-xml-getting-loaded-multiple-times-tp5766803.html Sent from the Camel - Users mailing list archive at Nabble.com.
