L.S.,
There seems to be a problem with the Cellar features descriptor when used in combination with Karaf Features' OBR support (which is enabled by default in Apache ServiceMix). I raised https://issues.apache.org/jira/browse/KARAF-830 to get that addressed in a future release. In the meanwhile, you should be able to get the feature installed by manually installing the hazelcast bundle upfront: features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.6 osgi:install -s mvn:com.hazelcast/hazelcast/1.9.4.8 features:install cellar Regards, Gert Vanthienen On Thu, Aug 1, 2013 at 7:25 PM, tzimmerman <[email protected]> wrote: > I just downloaded Servicemix 4.5.2 and am trying to install cellar. I have > added the mvn url (features:addurl > mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.4/xml/features) but when > I try to install (features:install cellar) I get: > > Error executing command: Can not resolve feature: > Unsatisfied requirement(s): > --------------------------- > package:(&(package=com.hazelcast.core)) > Apache Karaf :: Cellar :: Hazelcast > package:(&(package=com.hazelcast.config)) > Apache Karaf :: Cellar :: Hazelcast > bundle:(&(symbolicname=hazelcast)) > Apache Karaf :: Cellar :: Hazelcast > > I am having trouble determining if I am attempting to install the wrong > version, I know Servicemix 4.5.2 is on Karaf 2.2.11 but not sure what > version of Cellar should be installed. > > Thanks > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/Problem-installing-Cellar-to-Servicemix-tp5717460.html > Sent from the ServiceMix - User mailing list archive at Nabble.com.
