tim08 commented on issue #638: URL: https://github.com/apache/camel-karaf/issues/638#issuecomment-3243919605
@jbonofre the problems are specifically with SOAP, I also have rest-services(cxfrs) and there was no problem after updating to camel 4, I found and ran your test https://github.com/apache/camel-karaf/blob/camel-karaf-4.10.5/tests/features/camel-cxf/src/test/java/org/apache/karaf/camel/itest/CamelCxfITest.java and it just uses rest-service I don't know how correct this is, but my current fix is to add the following corrections: in pom.xml camel-cxf-blueprint: ``` <camel.osgi.import> jakarta.xml.bind*;version="[4,5)", jakarta.ws.rs*;version="[3.1,4)", jakarta.servlet*;version="[5,7)", org.apache.aries.blueprint*, org.w3c*, org.osgi.util*, org.osgi.service*, org.osgi.framework*, org.apache.aries.blueprint*, org.apache.cxf.*;version="[4.1,4.2)", org.slf4j, * </camel.osgi.import> ``` after assembly, missing packages appear in MANIFEST.MF -- 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]
