Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
servicemix-bean-2009.01, servicemix-camel-2009.01, servicemix-cxf-bc-2009.01, servicemix-cxf-se-2009.01, servicemix-drools-2009.01, servicemix-eip-2009.01, servicemix-file-2009.01, servicemix-ftp-2009.01, servicemix-http-2009.01, servicemix-jms-2009.01, servicemix-mail-2009.01, servicemix-osworkflow-2009.01, servicemix-quartz-2009.01, servicemix-saxon-2009.01, servicemix-scripting-2009.01, servicemix-snmp-2009.01, servicemix-truezip-2009.01, servicemix-vfs-2009.01, servicemix-wsn2005-2009.01, servicemix-xmpp-2009.01
-
servicemix-bean, servicemix-camel, servicemix-cxf-bc, servicemix-cxf-se, servicemix-drools, servicemix-eip, servicemix-file, servicemix-http, servicemix-jms, servicemix-mail, servicemix-osworkflow, servicemix-quartz, servicemix-saxon, servicemix-scripting, servicemix-snmp, servicemix-truezip, servicemix-validation, servicemix-vfs, servicemix-wsn2005, servicemix-xmpp
-
None
Description
At http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-http/trunk/pom.xml
there is an entry
<servicemix.osgi.bundles>
org.apache.servicemix.bundles.jaxp-ri,
org.springframework.core,
org.springframework.beans,
org.springframework.context,
</servicemix.osgi.bundles>
It is responsible for the Require-bundle token in the generated manifest.mf
While packaging the malformed manifest.mf is created
Require-Bundle: org.springframework.bundle.spring.core, org.springframework.bundle.spring.beans, org.springframework.bundle.spring.context,
DynamicImport-Package: javax.,org.w3c.,org.xml.*
There is an odd comma after the org.springframework.bundle.spring.context statement
As a consequence, the equinox can not recognize this bundle