You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/06/20 17:17:25 UTC

[jira] [Resolved] (KARAF-1550) Cellar 2.2.4 feature cannot be installed

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

Jean-Baptiste Onofré resolved KARAF-1550.
-----------------------------------------

    Resolution: Fixed

It's no more a problem with Karaf 2.3.x and Cellar 2.3.x (and the coming Cellar 3.0.0 release for Karaf 3.0.x).

> 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 was sent by Atlassian JIRA
(v6.2#6252)