[ https://issues.apache.org/jira/browse/CXF-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071837#comment-14071837 ]
Daniel Kulp commented on CXF-5898: ---------------------------------- Is there a way to reproduce this? I just loaded the 2.7.12 featurs.xml into both Karaf 2.3.5 and 3.0.1 and installed and started the wss4j feature without any problems. The imports for both the 1.3.21_1 and 1.3.23_1 bundles of SAAJ are almost identical so I don't see anything that needs to be updated. > 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 > > 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)