donkon opened a new pull request, #208:
URL: https://github.com/apache/camel-karaf/pull/208

   The features `cxf` and `camel-blueprint` provided by the feature-repos
   
   mvn:org.apache.cxf.karaf/apache-cxf/3.5.2/xml/features, \
   mvn:org.apache.camel.karaf/apache-camel/3.18.0/xml/features
   
   cause jax-ws problems: Accessing some wsdl (e.g. /cxf/my-service?wsdl) gives 
following error:
   java.lang.NoSuchMethodError: 'org.codehaus.stax2.ri.EmptyIterator 
org.codehaus.stax2.ri.EmptyIterator.getInstance()
   
   As it turns out, following bundles are installed:
   
   233 │ Active │ 20 │ 4.2.1 │ mvn:org.codehaus.woodstox/stax2-api/4.2.1 
(installed by cxf)
   318 │ Active │ 10 │ 3.1.4 │ mvn:org.codehaus.woodstox/stax2-api/3.1.4 
(installed by camel-blueprint)
   
   So, it seems like cxf is wired to the wrong version auf stax2-api. 
   
   To upgrade the stax2-api to 4.2.1 fixes this issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to