Hold on, I think I misunderstood you. :) This isn't a problem for you since its just a warning. The warning should go away in the next release (1.5.1 and 2.0.0).
Let us know if you find any functional issues. We're glad to help! On Thu, Nov 20, 2008 at 3:45 PM, Jon Anstey <[EMAIL PROTECTED]> wrote: > Not sure if this is the cause of your problem but... there were some > changes recently to Spring Integration's public XSD which forced us to > update to the latest version of Spring Integration (see > https://issues.apache.org/activemq/browse/CAMEL-1053). The latest > SNAPSHOTS have been upgraded to work with the latest version of Spring > Integration. > > Maybe you could try the latest from trunk > > http://people.apache.org/maven-snapshot-repository/org/apache/camel/camel-spring-integration/2.0-SNAPSHOT/ > > or if you want minimal changes to your build, you can checkout the 1.5.0 > fixes branch locally (build it too) and depend on that version. The branch > is here > http://svn.apache.org/repos/asf/activemq/camel/branches/camel-1.x/ > > Hope this helps! > > > On Thu, Nov 20, 2008 at 3:32 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. >> >> > > > -- > Cheers, > Jon > > http://janstey.blogspot.com/ > -- Cheers, Jon http://janstey.blogspot.com/
