Thanks to Claus Ibsen, a workaround for this problem has been described in
http://cwiki.apache.org/confluence/display/CAMEL/Why+do+Camel+throw+so+many+NoClassDefFoundException+on+startup
the Camel FAQ . Briefly, the workaround is to remove the large jar
apache-camel-x.x.x.jar from your classpath, replacing it with
lib/camel-core-x.x.x.jar and any other jars that contain the Camel
connectors you are actually using (lib/camel-protocol-x.x.x.jar).
--
View this message in context:
http://www.nabble.com/More-info-on-class-not-found-exception-tp22086106p22355670.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.