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

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

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


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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated SMXCOMP-458:
---------------------------------

      Component/s: servicemix-xmpp
                   servicemix-wsn2005
                   servicemix-vfs
                   servicemix-validation
                   servicemix-truezip
                   servicemix-snmp
                   servicemix-scripting
                   servicemix-saxon
                   servicemix-quartz
                   servicemix-osworkflow
                   servicemix-mail
                   servicemix-jms
                   servicemix-file
                   servicemix-eip
                   servicemix-drools
                   servicemix-cxf-se
                   servicemix-cxf-bc
                   servicemix-camel
                   servicemix-bean
    Fix Version/s: servicemix-xmpp-2009.01
                   servicemix-wsn2005-2009.01
                   servicemix-vfs-2009.01
                   servicemix-truezip-2009.01
                   servicemix-snmp-2009.01
                   servicemix-scripting-2009.01
                   servicemix-saxon-2009.01
                   servicemix-quartz-2009.01
                   servicemix-osworkflow-2009.01
                   servicemix-mail-2009.01
                   servicemix-jms-2009.01
                   servicemix-http-2009.01
                   servicemix-ftp-2009.01
                   servicemix-file-2009.01
                   servicemix-eip-2009.01
                   servicemix-drools-2009.01
                   servicemix-cxf-se-2009.01
                   servicemix-cxf-bc-2009.01
                   servicemix-camel-2009.01
                   servicemix-bean-2009.01

> 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-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
>            Reporter: Volodymyr Zhabiuk
>            Assignee: Freeman Fang
>             Fix For: 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
>
>
> 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMXCOMP-458.
----------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=746088&view=rev
http://svn.apache.org/viewvc?rev=746089&view=rev
http://svn.apache.org/viewvc?rev=746090&view=rev
http://svn.apache.org/viewvc?rev=746091&view=rev
http://svn.apache.org/viewvc?rev=746092&view=rev
http://svn.apache.org/viewvc?rev=746093&view=rev
http://svn.apache.org/viewvc?rev=746094&view=rev
http://svn.apache.org/viewvc?rev=746095&view=rev
http://svn.apache.org/viewvc?rev=746096&view=rev
http://svn.apache.org/viewvc?rev=746097&view=rev
http://svn.apache.org/viewvc?rev=746098&view=rev
http://svn.apache.org/viewvc?rev=746099&view=rev
http://svn.apache.org/viewvc?rev=746100&view=rev
http://svn.apache.org/viewvc?rev=746101&view=rev
http://svn.apache.org/viewvc?rev=746102&view=rev
http://svn.apache.org/viewvc?rev=746104&view=rev
http://svn.apache.org/viewvc?rev=746105&view=rev
http://svn.apache.org/viewvc?rev=746107&view=rev
http://svn.apache.org/viewvc?rev=746108&view=rev
http://svn.apache.org/viewvc?rev=746109&view=rev
http://svn.apache.org/viewvc?rev=746110&view=rev

> 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-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
>            Reporter: Volodymyr Zhabiuk
>            Assignee: Freeman Fang
>             Fix For: 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
>
>
> 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.


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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49773#action_49773 ] 

Guillaume Nodet commented on SMXCOMP-458:
-----------------------------------------

Btw, there are also spaces between the list of required bundles.  Not sure if this is a problem for Equinox.
Volodymyr, could you quickly check that ?

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


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Volodymyr Zhabiuk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49774#action_49774 ] 

Volodymyr Zhabiuk commented on SMXCOMP-458:
-------------------------------------------

The only issue is the odd comma. If it is removed, equinox loads the bundle

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


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMXCOMP-458:
------------------------------------

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