I am migrating my application from Camel 2.13.1/CXF 2.7.11/Karaf 3.0.1 to Camel 2.14.0/CXF 3.0.1/Karaf 3.0.2. No matter what I do (e.g. adding import packages), I always get the following error when installing my application bundle to Karaf. Did not have this problem before.
Status: Installed Unsatisfied Requirements: [220.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.ws.security)(version>=1.6.0)(!(version>=2.0.0))) [220.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.ws.security.action)(version>=1.6.0)(!(version>=2.0.0))) [220.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.ws.security.processor)(version>=1.6.0)(!(version>=2.0.0))) In Karaf, I installed features for Camel and CXF successfully: feature:repo-add cxf 3.0.1 feature:install cxf cxf-rt-security feature:repo-add camel 2.14.0 feature:install camel-core camel-spring camel-cxf camel-sql camel-jdbc camel-velocity camel-quartz2 camel-mail camel-groovy I tried to deploy wss4j-1.6.15.jar but it has a whole bunch of dependencies by itself. Is there some CXF package that I missed? Thank you very much for any help! -- View this message in context: http://cxf.547215.n5.nabble.com/Moving-from-CXF-2-7-11-to-3-0-1-in-Karaf-missing-org-apache-ws-security-tp5751423.html Sent from the cxf-user mailing list archive at Nabble.com.
