Hi. I've just added Camel to an existing project implementing ActiveMQ and JMX services. We want to use Camel and monitoring it as well as ActiveMQ is already monitored (we have our own web console). The Camel context is started in a init-context servlet implementing Init() method. I added all jars one by one. But each time the application is started, there are many NoClassDefFoundError with converters class, or worst, with classes like
The problem id that I added all thoses libraries, and I really don't understand why it cannot see them. -- View this message in context: http://camel.465427.n5.nabble.com/Multiple-NoClassDefFoundError-tp5735277.html Sent from the Camel - Users mailing list archive at Nabble.com.
