Igor Lazebny created CXF-5640:
---------------------------------
Summary: CXF bundle is not compatible with new spring features
from Karaf
Key: CXF-5640
URL: https://issues.apache.org/jira/browse/CXF-5640
Project: CXF
Issue Type: Bug
Components: OSGi
Affects Versions: 2.7.11
Reporter: Igor Lazebny
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"
--
This message was sent by Atlassian JIRA
(v6.2#6252)