You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Michael McKibben (Created) (JIRA)" <ji...@apache.org> on 2012/01/25 01:32:40 UTC

[jira] [Created] (AMQ-3679) Bad osgi metadata for activeio-core introduced with fix for AMQ-3461

Bad osgi metadata for activeio-core introduced with fix for AMQ-3461
--------------------------------------------------------------------

                 Key: AMQ-3679
                 URL: https://issues.apache.org/jira/browse/AMQ-3679
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.5.1
            Reporter: Michael McKibben


The pom.xml for the activeio component generates invalid OSGI metadata for the optional import of the org.objectweb.howl.log package. I believe this should be changed to:

<activeio.osgi.import.pkg>
         org.objectweb.howl.log*;resolution:=optional,
         *
</activeio.osgi.import.pkg>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (AMQ-3679) Bad osgi metadata for activeio-core introduced with fix for AMQ-3461

Posted by "Dejan Bosanac (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac reassigned AMQ-3679:
----------------------------------

    Assignee: Dejan Bosanac
    
> Bad osgi metadata for activeio-core introduced with fix for AMQ-3461
> --------------------------------------------------------------------
>
>                 Key: AMQ-3679
>                 URL: https://issues.apache.org/jira/browse/AMQ-3679
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.1
>            Reporter: Michael McKibben
>            Assignee: Dejan Bosanac
>         Attachments: patch
>
>
> The pom.xml for the activeio component generates invalid OSGI metadata for the optional import of the org.objectweb.howl.log package. I believe this should be changed to:
> <activeio.osgi.import.pkg>
>          org.objectweb.howl.log*;resolution:=optional,
>          *
> </activeio.osgi.import.pkg>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AMQ-3679) Bad osgi metadata for activeio-core introduced with fix for AMQ-3461

Posted by "Dejan Bosanac (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-3679.
--------------------------------

    Resolution: Fixed

Thanks for spotting this, it fixed now with svn revision 1235685

We'll need to make a new minor release for these changes to take effect.

BTW. You only need activeio bundle deployed if you're using old amq persistence store. If you're using kahadb it's not needed.
                
> Bad osgi metadata for activeio-core introduced with fix for AMQ-3461
> --------------------------------------------------------------------
>
>                 Key: AMQ-3679
>                 URL: https://issues.apache.org/jira/browse/AMQ-3679
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.1
>            Reporter: Michael McKibben
>            Assignee: Dejan Bosanac
>         Attachments: patch
>
>
> The pom.xml for the activeio component generates invalid OSGI metadata for the optional import of the org.objectweb.howl.log package. I believe this should be changed to:
> <activeio.osgi.import.pkg>
>          org.objectweb.howl.log*;resolution:=optional,
>          *
> </activeio.osgi.import.pkg>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3679) Bad osgi metadata for activeio-core introduced with fix for AMQ-3461

Posted by "Michael McKibben (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McKibben updated AMQ-3679:
----------------------------------

    Attachment: patch

Patch for bnd OSGI metadata generation in pom.xml
                
> Bad osgi metadata for activeio-core introduced with fix for AMQ-3461
> --------------------------------------------------------------------
>
>                 Key: AMQ-3679
>                 URL: https://issues.apache.org/jira/browse/AMQ-3679
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.1
>            Reporter: Michael McKibben
>         Attachments: patch
>
>
> The pom.xml for the activeio component generates invalid OSGI metadata for the optional import of the org.objectweb.howl.log package. I believe this should be changed to:
> <activeio.osgi.import.pkg>
>          org.objectweb.howl.log*;resolution:=optional,
>          *
> </activeio.osgi.import.pkg>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMQ-3679) Bad osgi metadata for activeio-core introduced with fix for AMQ-3461

Posted by "Michael McKibben (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McKibben updated AMQ-3679:
----------------------------------

    Patch Info: Patch Available
    
> Bad osgi metadata for activeio-core introduced with fix for AMQ-3461
> --------------------------------------------------------------------
>
>                 Key: AMQ-3679
>                 URL: https://issues.apache.org/jira/browse/AMQ-3679
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.5.1
>            Reporter: Michael McKibben
>         Attachments: patch
>
>
> The pom.xml for the activeio component generates invalid OSGI metadata for the optional import of the org.objectweb.howl.log package. I believe this should be changed to:
> <activeio.osgi.import.pkg>
>          org.objectweb.howl.log*;resolution:=optional,
>          *
> </activeio.osgi.import.pkg>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira