Now it depends on what jar you are talking about but in general since a WAR classloader is flat, you can't have two versions of the same class... so you will either have to find some way of using the same version of this jar in your application as Camel uses or separate this into 2 WARs.
On Fri, Jun 24, 2011 at 12:05 PM, fachhoch <[email protected]> wrote: > It worked well in the test application, I tried in my actual application > It > failed with no such method error, because camel and my application both > had the same jar with different version , so what is the solution for this > ? I mean both wars might have same jars with differnt version and > obviously it lead to probelms os how to what do you suggest ? > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/example-app-to-embed-camel-web-console-tp4512075p4521186.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Cheers, Jon --------------- FuseSource Email: [email protected] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen
