Description
cxf-bundle-compatible-2.7.11-SNAPSHOT contains in MANIFEST.MF:
Require-Bundle: <...>,org.springframework.beans
But new spring features in Karaf 2.3.5-SNAPSHOT use Servicemix bundles instaed of native from springframework.
org.apache.servicemix.bundles.spring-beans-3.2.8.RELEASE_1.jar contains in manifest:
Bundle-SymbolicName: org.apache.servicemix.bundles.spring-beans
Even if last bundle is active, we get problem with CXF bundle in Karaf:
org.osgi.framework.BundleException: The bundle "org.apache.cxf.bundle_2.7.11.SNAPSHOT [174]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.springframework.beans; bundle-version="0.0.0"