Re: Issue with camel-soap on Karaf

2011-01-04 Thread Charles Moulliard
I already do that but without success. org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,sun.*,javax.transaction,javax.transaction.* On Tue, Jan 4, 2011 at 6:10 PM, Guillaume Nodet wrote: > Can you remove the boot delegation on com.sun.* and retry ? > > On Tue, Jan 4, 2011 at 18:04, C

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Guillaume Nodet
Can you remove the boot delegation on com.sun.* and retry ? On Tue, Jan 4, 2011 at 18:04, Charles Moulliard wrote: >>  * which jaxb bundle is/are deployed ? > [ 200] [Active     ] [            ] [       ] [   60] Apache > ServiceMix :: Bundles :: jaxb-impl (2.1.13.1) > >>  * does the system bundl

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Charles Moulliard
> * which jaxb bundle is/are deployed ? [ 200] [Active ] [] [ ] [ 60] Apache ServiceMix :: Bundles :: jaxb-impl (2.1.13.1) > * does the system bundle export the sun packages ? No 200 com.sun.xml.bind.v2 200 com.sun.xml.bind.v2.model.annotation 200 com.sun.xml.bind.

Re: Issue with camel-soap on Karaf

2011-01-04 Thread Guillaume Nodet
Looks like the wrong implementation is used for jaxb. * which jaxb bundle is/are deployed ? * does the system bundle export the sun packages ? * is there a boot delegation on the com.sun.* packages from the jre ? On Tue, Jan 4, 2011 at 17:40, Charles Moulliard wrote: > Hi, > > I would like

Issue with camel-soap on Karaf

2011-01-04 Thread Charles Moulliard
Hi, I would like to use camel-soap into the following camel route http://localhost:8282/cxf/serviceFinder"; serviceClass="fr.client.proxy.Services"> http://camel.apache.org/schema/spring";>