On 15 October 2010 10:48, Ronald Müller <[email protected]> wrote: > > Finally i solved my issue by kicking the following bundles: > > * geronimo-activation_1.1_spec-1.0.2.jar > * org.apache.servicemix.bundles.jaxb-impl-2.1.6_1.jar > * org.apache.servicemix.specs.jaxb-api-2.1-1.3.0.jar > * org.apache.servicemix.specs.stax-api-1.0-1.3.0.jar > > out of the cxf-dosgi-singlebundle.jar, as these are also provided by the > JDK6. So i configured the bootdelegation-property as following: > > org.osgi.framework.bootdelegation=com.sun.*,javax.xml.bind.*,javax.activation.*,javax.xml.stream.* > > And it just works now :-) !
That's excellent news! Does anyone know whether these bundles actually provide any value for JSE 6 users? You obviously need them for JSE 5 but I'm wondering do we really need to support JSE 5 in our releases given that JSE 5 reached end of life about a year ago? Best regards, David
