Hello On 05/10/2010 08:41, Claus Ibsen wrote:
No Camel 2.5 supports both Spring 2.5.x and 3.0. The maven pom.xml files is just set to use Spring 3.0.x by default. But you can still use Spring 2.5.6 with Camel 2.x.
Aaaahhh OK. Well, when creating OSGi bundles (with camel routes inside), this makes the BND tool's default behaviour to generate a bundle which has an import for spring-jms 3.x.
Is it possible to set the Spring version to 2.5.x? Else, I've found a workaround :)
Cheers