Hello,
I am deploying a Webservice using CXF. I can build and deploy the service without any problems but when I try to run it I get:
Error executing command: Unresolved constraint in bundle TestService : Unable to resolve 246.6: missing requirement package; (&(package=org.apache.cxf.transport.http_osgi)(version>=2.3.0)(!(version>=3.0.0)))
It seems that the CXF HTTP transport connector is not loaded, can someone guide me how to load this endpoint.
Thanks,
Shaffin.
Hi,
After FUSE ESB 4.4, which use CXF 2.4, the package org.apache.cxf.transport.http_osgi isn't available anymore, so you need remove this import package from your bundle.
Freeman