Hi

as Claus has already suspected you've got more than one version of Spring on
your classpath inside Fuse IDE. For example you've got a version other than
spring-beans-3.0.7.RELEASE.jar on your classpath as well, because given your
stacktrace, the following line corresponds to a Javadoc line by the
3.0.7.RELEASE.

   at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1008)

I'm not familiar with Fuse IDE, however inside pure Eclipse you should be
able to check your classpath entries through:

Select your project -> Right mouse click -> Properties -> Java Build Path ->
Libraries

Babak




--
View this message in context: 
http://camel.465427.n5.nabble.com/Error-loading-spring-camel-context-type-mismatch-tp5718099p5718137.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to