[ https://issues.apache.org/jira/browse/KARAF-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569887#comment-13569887
]
Marcos Vera commented on KARAF-1550:
------------------------------------
I solved with osgi:install mvn:com.hazelcast/hazelcast/1.9.4.8 insted of bundle:install
> Cellar 2.2.4 feature cannot be installed
> ----------------------------------------
>
> Key: KARAF-1550
> URL: https://issues.apache.org/jira/browse/KARAF-1550
> Project: Karaf
> Issue Type: Bug
> Components: cellar-features
> Affects Versions: cellar-2.2.4
> Environment: Windows / ServiceMix 4.5.0-SNAPHOST
> Reporter: Anthony Masse
> Assignee: Jean-Baptiste Onofré
>
> Im trying to install cellar feature :
> karaf@root>
> karaf@root> features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.4/xml/features
> karaf@root> features:install cellar
> Error executing command: Can not resolve feature:
> Unsatisfied requirement(s):
> ---------------------------
> bundle:(&(symbolicname=hazelcast))
> Apache Karaf :: Cellar :: Hazelcast
> package:(&(package=com.hazelcast.core))
> Apache Karaf :: Cellar :: Hazelcast
> package:(&(package=com.hazelcast.config))
> Apache Karaf :: Cellar :: Hazelcast
> It seems that the dependency="true" in the features.xml file is not supported in smx
:
> <bundle start-level="31" dependency="true">mvn:com.hazelcast/hazelcast/1.9.4.8</bundle>
> Note : In cellar 2.2.3 features.xml file, the value was : <bundle>mvn:com.hazelcast/hazelcast/1.9.4.6</bundle>
> Workaround :
> karaf@root> bundle:install mvn:com.hazelcast/hazelcast/1.9.4.8
> Bundle ID: 169
> karaf@root> features:install cellar
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|