I downloaded the Camel CXF example "camel-example-cxf-osgi" and I was able to run mvn install command without any issue(According to the readme.md file ), then then when I try to install it on the FUSE server(jboss-fuse-6.3.0.redhat-187) I got error message as below.

JBossFuse:karaf@root> install -s mvn:org.apache.camel/camel-example-cxf-osgi/2.17.0.redhat-630187
Bundle ID: 308
Error executing command: Error installing bundles: Unable to start bundle mvn:org.apache.camel/camel-example-cxf-osgi/2.17.0.redhat-630187: Unresolved constraint in bundle org.apache.camel.camel-example-cxf-osgi [308]: Unable to resolve 308.0: missing requirement [308.0] osgi.wiring.package; (osgi.wiring.package=org.apache.cxf.binding.corba)
Does any one en-counted this issue before?(I did not change any thing on this example ) If so can you please share your experience how to solve this issue.
Appears to be the way the import packages have been added to the example , remove the org.apache.cxf.binding.corba and install the feature cxf-transports-jms ( this is not used , but i think the examples were following the same convention ) , the deployment should work now after you build it with the changes in the import packages and features installation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With