Re: Karaf with Camel 2.15.1, CXF 3.0.4 - which Spring versions can be used?

2015-04-06 Thread lichtin
Hi Willem, just would like to show that what you say is not true. I can happily first load a Spring 4 version: feature:install -v spring/4.1.2.RELEASE_1 and then load Camel: feature:repo-add mvn:org.apache.camel.karaf/apache-camel/2.15.1/xml/features feature:install camel At this

Re: Karaf with Camel 2.15.1, CXF 3.0.4 - which Spring versions can be used?

2015-04-06 Thread lichtin
But don't you restrict the Spring version and exclude version 4 with the version range? I'm looking at https://repository.apache.org/content/repositories/releases/org/apache/camel/karaf/apache-camel/2.15.1/apache-camel-2.15.1-features.xml and see feature version=[3.2,4)spring/feature The

Re: Karaf with Camel 2.15.1, CXF 3.0.4 - which Spring versions can be used?

2015-04-06 Thread Willem Jiang
As we doesn’t specify the spring version inside of camel feature, you need to choice the spring version yourself inside of Karaf. If you load the spring feature 4.0, it should work out of box. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com

Re: Karaf with Camel 2.15.1, CXF 3.0.4 - which Spring versions can be used?

2015-04-06 Thread alexey-s
File etc/org.apache.karaf.features.cfg Note line -- View this message in context: http://camel.465427.n5.nabble.com/Karaf-with-Camel-2-15-1-CXF-3-0-4-which-Spring-versions-can-be-used-tp5765283p5765369.html Sent from the Camel - Users mailing list archive at Nabble.com.

Karaf with Camel 2.15.1, CXF 3.0.4 - which Spring versions can be used?

2015-04-03 Thread Martin Lichtin
Using Camel 2.15.1 and CXF 3.0.4 in a Karaf container, I'm wondering how one can control the Spring version. Camel feature camel-spring loads Spring with feature version=[3.2,4)spring/feature which will result in loading 3.2.11.RELEASE. Is there a way to use Spring 4? - Martin