Hi,
Camel 2.4.0 uses Spring 3.0.3 by default, please make sure your class
path doesn't have any Spring 2.x jars.
Willem
----------------------------------
Apache Camel, Apache CXF committer
Open Source Integration http://www.fusesource.com
Blog http://willemjiang.blogspot.com
Tiwtter http://twitter.com/willemjiang
Ron Smith wrote:
After moving from camel 2.3.0 to 2.4.0 I am getting the error:
java.lang.ClassNotFoundException:
org.springframework.transaction.PlatformTransactionManager
when I execute:
context.addComponent("myjms",
JmsComponent.jmsComponentAutoAcknowledge(topicConnectionFactory));
I am including every JAR in the lib directory including the optional ones.
This is code that was working in 2.3.0.