Sounds like you are trying to use camel-spring-integration. And if so you need to include all the dependency JARs that spring integration requires.
If you do not use spring-integration then remove the JAR from your classpath. And mind spring integration is not the same as using Camel with spring. spring integration is a product alike Camel. On Thu, Feb 4, 2016 at 9:47 AM, Ramakrishna <[email protected]> wrote: > Ignoring converter type: > org.apache.camel.component.spring.integration.converter.SpringIntegrationConverter > as a dependent class cound not be found java.lang.noclassdeffounderror: > org/springframework/integration/Message > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Exception-while-using-to-configure-camel-with-spring-tp5777202.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
