On Fri, May 21, 2010 at 9:50 AM, Dmitry Buzdin <buz...@gmail.com> wrote:
>
> Sorry guys, just found out that we can use ExecutorService as well and it is
> not actually a problem in our case.
> But the question of when you will migrate to Spring API version 3 is still
> actual.
>

Camel 2.x is compatible with Spring 2.0.x, Spring 2.5.x and Spring
3.0.x as well.
However Spring 2.5.6 is the release which is being used by default.

I anticipate Camel 3.0 will be Spring 3.0+ only and JDK1.6+ only as well.



> Dmitry
>
>
> Dmitry Buzdin wrote:
>>
>> In latest release Spring dropped support of Java 1.4 and migrated custom
>> TaskExecutor API to JDK TaskExecutor.
>>
>> Dmitry
>>
>>
>> Dmitry Buzdin wrote:
>>>
>>> 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-tp28630550p28630695.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to