« Return to Thread: camel + service mix + spring aspect

Re: camel + service mix + spring aspect

by Claus Ibsen-2 :: Rate this Message:

Reply to Author | View in Thread

>> I have spring core 2.5.6 jar which does not have this method defined.Is my
>> POM.xml correct as I think I may need to change the version of the jar to
>> make this work.

Hi

You are using an old version of ServiceMix 3.3.x that uses Spring 2.0.x.
And Camel 1.6.0 uses Spring 2.5.x. Camel 1.6.1 and newer should work
better with Spring 2.0.x.
So try using 1.6.1 instead and keep the old spring 2.0.x jars.

Or you could consider upgrading SMX also to 3.4.x as it uses Spring 2.5.x AFAIR.

           <servicemix-version>3.3.1.17-fuse</servicemix-version>
   <camel-version>1.6.0</camel-version> <!-- 1.4.0 original value -->



--
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

 « Return to Thread: camel + service mix + spring aspect