Hi All I have downloaded the trunk version of Karaf (2.1.99.SNAPSHOT) and built it (because I want to use the enterprise bundles). Eveything went fine until I wanted to install activemq 5.4.2,
At that point I get the error below. Error executing command: Could not start bundle mvn:org.apache.activemq/activemq-karaf/5.4.2 in feature(s) activemq-5.4.2: Unresolved constraint in bundle activemq-karaf [242]: Unable to resolve 242.0 : missing requirement [242.0] package; (&(package=org.osgi.service.command)(version>=0.4.0)(!(version>=1.0.0))) After digging around a bit I noticed that org,apache.karaf.shell.console no longer exports the above package. In the previous version (2.1.2) it did export that package. So my question is. Is this intentional? If not what can I do to resolve this? Thank you in advance Ivanhoe
