[
https://issues.apache.org/jira/browse/CXF-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074449#comment-14074449
]
Daniel Kulp commented on CXF-5898:
----------------------------------
Updating the feature.xml file won't help. :(
There is a bug in the saaj-impl bundle where it's not even specifying an import
for that package. Thus, adding the stax-ex bundle to the features.xml won't
even help. I've fixed the saaj-bundle in SMX and the next release of the
bundles should provide a new saaj-impl bundle that we can use.
> Feature wss4j should be updated after saaj-impl version change
> --------------------------------------------------------------
>
> Key: CXF-5898
> URL: https://issues.apache.org/jira/browse/CXF-5898
> Project: CXF
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 2.7.12
> Reporter: Alexey Markevich
> Attachments: wsdl_first.zip
>
>
> CXF 2.7.11
> <bundle
> start-level='25'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.3.21_1</bundle>
> [INFO] \-
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.saaj-impl:jar:1.3.21_1:compile
> [INFO] +- javax.xml.soap:javax.xml.soap-api:jar:1.3.5:compile
> [INFO] +- org.jvnet.mimepull:mimepull:jar:1.9:compile
> [INFO] \-
> org.apache.servicemix.specs:org.apache.servicemix.specs.saaj-api-1.3:jar:2.2.0:compile
> CXF 2.7.12
> <bundle
> start-level='25'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saaj-impl/1.3.23_1</bundle>
> [INFO] \-
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.saaj-impl:jar:1.3.23_1:compile
> [INFO] +- javax.xml.soap:javax.xml.soap-api:jar:1.3.5:compile
> [INFO] +- org.jvnet.mimepull:mimepull:jar:1.9:compile
> [INFO] +- org.jvnet.staxex:stax-ex:jar:1.7.4:compile
> [INFO] +- javax.xml.stream:stax-api:jar:1.0-2:compile
> [INFO] +- javax.activation:activation:jar:1.1:compile
> [INFO] \-
> org.apache.servicemix.specs:org.apache.servicemix.specs.saaj-api-1.3:jar:2.2.0:compile
> Actual error:
> Caused by: java.lang.ClassNotFoundException:
> org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter$Breakpoint not found
> by org.apache.servicemix.bundles.saaj-impl [156]
> at
> org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460)[org.apache.felix.framework-4.0.3.jar:]
> at
> org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72)[org.apache.felix.framework-4.0.3.jar:]
> at
> org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843)[org.apache.felix.framework-4.0.3.jar:]
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)[:1.7.0_65]
> ... 46 more
--
This message was sent by Atlassian JIRA
(v6.2#6252)