Hello, We are considering usage of Camel together with Spring 3.0. There is one API incompatibility, which blocks us from going forward.
Question is whether Camel is meant to be compatible to 3.0 or still on 2.5 branch. The problem is that TaskExecutor related API changed in Spring 3 significantly, which results in NoSuchMethodError. java.lang.NoSuchMethodError: org.springframework.jms.listener.DefaultMessageListenerContainer.setTaskExecutor(Lorg/springframework/core/task/TaskExecutor;)V at org.apache.camel.component.jms.JmsConfiguration.configureMessageListenerContainer(JmsConfiguration.java:1072) at org.apache.camel.component.jms.JmsConfiguration.createMessageListenerContainer(JmsConfiguration.java:512) at org.apache.camel.component.jms.JmsEndpoint.createConsumer(JmsEndpoint.java:135) at org.apache.camel.component.jms.JmsEndpoint.createConsumer(JmsEndpoint.java:55) Regards, Dmitry Buzdin -- View this message in context: http://old.nabble.com/Camel-and-Spring-in-2.3-tp28630550p28630550.html Sent from the Camel Development mailing list archive at Nabble.com.