Hi, did you try to blacklist ?
Or another way around is to remove jaxb package from etc/jre.properties to take the ones provided by the bundle.
Regards JB On 11/09/2018 17:57, DUTERTRY Nicolas wrote:
Hi, I have run into the same issue with Karaf 4.2.1. It seems to me that the issue comes from cxf feature which contains 2 JAXB bundles : - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.11_1 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/2.2.11_1 When I remove those JAXB bundles everything works fine. This is annoying because I need both cxf and jaxb. -- Nicolas Dutertry -----Message d'origine----- De : lechlukasz [mailto:[email protected]] Envoyé : lundi 10 septembre 2018 17:06 À : [email protected] Objet : Re: Karaf 4.2.1: cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor I'm using Oracle JDK 8 (Windows). Those the imports that I make in one bundle which has this issue: org.apache.commons.csv,version=1.5.0 from org.apache.commons.csv (197) org.apache.commons.io,version=1.4.9999 from org.apache.commons.io (201) org.apache.commons.io,version=2.4.0 from org.apache.commons.io (201) org.apache.commons.lang,version=2.6.0 from org.apache.commons.lang (202) org.apache.commons.lang.time,version=2.6.0 from org.apache.commons.lang (202) org.apache.http,version=4.4.6 from org.apache.httpcomponents.httpcore (38) org.apache.http.auth,version=4.5.3 from org.apache.httpcomponents.httpclient (37) org.apache.http.client,version=4.5.3 from org.apache.httpcomponents.httpclient (37) org.apache.http.client.methods,version=4.5.3 from org.apache.httpcomponents.httpclient (37) org.apache.http.entity,version=4.4.6 from org.apache.httpcomponents.httpcore (38) org.apache.http.impl.client,version=4.5.3 from org.apache.httpcomponents.httpclient (37) org.osgi.service.blueprint,version=1.0.0 from org.apache.aries.blueprint.core (21) org.slf4j,version=1.7.25 from org.ops4j.pax.logging.pax-logging-api (6) org.slf4j,version=1.6.6 from org.ops4j.pax.logging.pax-logging-api (6) org.slf4j,version=1.5.11 from org.ops4j.pax.logging.pax-logging-api (6) org.slf4j,version=1.4.3 from org.ops4j.pax.logging.pax-logging-api (6) There's nothing explicitely about jaxb there... -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
