You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/10/15 15:35:00 UTC

[jira] [Resolved] (AMQ-5749) activemq-karaf bundle can't be installed into Karaf container

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

Jean-Baptiste Onofré resolved AMQ-5749.
---------------------------------------
    Resolution: Not A Problem

> activemq-karaf bundle can't be installed into Karaf container
> -------------------------------------------------------------
>
>                 Key: AMQ-5749
>                 URL: https://issues.apache.org/jira/browse/AMQ-5749
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: OSGi/Karaf
>    Affects Versions: 5.11.1
>            Reporter: Xilai Dai
>            Priority: Major
>
> {code}
> karaf@root()> feature:install activemq
> Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=activ
> karaf.feature; version="[5.11.1,5.11.1]"; filter:="(&(osgi.identity=activemq)(type=karaf.feature)(version>=5.1
> on<=5.11.1))" [caused by: Unable to resolve activemq/5.11.1: missing requirement [activemq/5.11.1] osgi.identi
> dentity=activemq-karaf; type=osgi.bundle; version="[5.11.1,5.11.1]"; resolution:=mandatory [caused by: Unable
>  activemq-karaf/5.11.1: missing requirement [activemq-karaf/5.11.1] osgi.wiring.package; filter:="(&(osgi.wiri
> =org.apache.felix.service.command)(version>=0.12.0)(!(version>=1.0.0)))"]]
> {code}
> In the previous version 5.10.0, the Import-Package: of this bundle has:
> {code}
> ......
> org.apache.felix.service.command;status=provisional;
> ......
> {code}
> but in the current 5.11.1 version, the Import-Package: looks like:
> {code}
> ......
> org.apache.felix.service.command;version="[0.12,1)"
> ......
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)