Xilai Dai created AMQ-5749: ------------------------------ Summary: 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
{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 (v6.3.4#6332)