Hi Camel is integrated with two spring frameworks - camel-spring (the core spring framework) - camel-spring-integration (the new spring ESB like product)
Both requires to have the correct .jars on the classpath to run. If you maven you more or less just use dependency on camel-spring or camel-spring-integration and it will get the needed .jars If not you must manually make sure you got the .jars. Could you check the classpath, looks like some spring .jars is missing. /Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/ On Thu, Nov 20, 2008 at 8:02 PM, ychawla <[EMAIL PROTECTED]> wrote: > > Hello All, > I am getting the following error when I start version 1.5.0 with a basic > spring based routing configuration. It doesn't affect the application at > all, but I am not sure why it occurs at startup. I checked the Spring > Integration latest jar and I could find the 'Message' class described below > either: > > WARNING: Ignoring converter type: > org.apache.camel.component.spring.integration.converter.SpringIntegrationConverter > as a dependent class could not be found: java.lang.NoClassDefFoundError: > org/springframework/integration/message/Message > java.lang.NoClassDefFoundError: > org/springframework/integration/message/Message > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Class.java:2365) > at java.lang.Class.getDeclaredMethods(Class.java:1763) > (entire stack trace omitted for brevity). > > Here is the javadoc for spring integration that I found: > > http://static.springframework.org/spring-integration/apidocs/ > > Thanks, > Yogesh > -- > View this message in context: > http://www.nabble.com/Spring-Integration-Warning-Stack-Trace-on-startup-tp20607899s22882p20607899.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >
