You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2009/02/19 11:03:59 UTC

[jira] Work started: (SMXCOMP-458) Malformed manifest.mf is generated for the servicemix-http bundle

     [ https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMXCOMP-458 started by Freeman Fang.

> 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.