The spring bundles have a lot of optional imports and in some cases when
installing features causes all there refreshes, which may result in such
errors.
In some cases the order may help you with this.
I find that when using equinox instead of felix, things work somehow better.
--
*Ioannis Canel
You likely need to install the various featuers in a different order.I
would try doing:
features:install war
features:install cxf
features:install camel-spring
features:install camel-jaxb
features:install camel-cxf
The cxf feature should pull in the full JAXB-API jars and such and POSSIBLY
Thanks--that worked--sort of. Making your recommended changes now
reports the following error when I do "features:install camel-cxf":
karaf@root> features:addUrl
mvn:org.apache.camel.karaf/apache-camel/2.8.2/xml/fe
atures
karaf@root> features:install war
karaf@root> features:install camel-spr
The README.txt needs updating. You need to edit the jre.properties and
comment out a bunch of the javax.* things that are provided by the bundles.
That would include javax.xml.bind*, javax.jws*, javax.xml.soap*,
javax.xml.ws*, I think javax.mail, javax.activation.
Dan
On Sunday, Octobe
Hello, I'm trying to run the Camel 2.8.2 sample "camel-example-cxf-osgi"
on Apache Karaf 2.2.4. Following these instructions:
https://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-cxf-osgi/README.txt,
I'm able to run the first four of these five commands with no problem:
feature