[
https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49772#action_49772
]
Freeman Fang commented on SMXCOMP-458:
--------------------------------------
seems all components have this problem, we need remove the last comma from
<servicemix.osgi.bundles>
but it's not a problem in felix
> Malformed manifest.mf is generated for the servicemix-http bundle
> ------------------------------------------------------------------
>
> Key: SMXCOMP-458
> URL: https://issues.apache.org/activemq/browse/SMXCOMP-458
> Project: ServiceMix Components
> Issue Type: Bug
> Components: servicemix-http
> Reporter: Volodymyr Zhabiuk
> Assignee: Freeman Fang
>
> 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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.