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

Jean-Baptiste Onofré reassigned KARAF-2432:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> Unable to install cellar when features' OBR support is enabled
> --------------------------------------------------------------
>
>                 Key: KARAF-2432
>                 URL: https://issues.apache.org/jira/browse/KARAF-2432
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-bundle
>    Affects Versions: cellar-2.2.6, cellar-2.3.1
>            Reporter: Gert Vanthienen
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-2.2.7, cellar-2.3.2
>
>
> When installing the {{cellar}} features on a system that has Karaf Features' 
> OBR support installed, you get
> {noformat}
> Error executing command: Can not resolve feature:
> Unsatisfied requirement(s):
> ---------------------------
>    package:(&(package=com.hazelcast.config))
>       Apache Karaf :: Cellar :: Hazelcast
>    bundle:(&(symbolicname=hazelcast))
>       Apache Karaf :: Cellar :: Hazelcast
>    package:(&(package=com.hazelcast.core))
>       Apache Karaf :: Cellar :: Hazelcast
> {noformat}
> This is because the Hazelcast bundle never gets installed: it's marked with 
> {{dependency=true}} and the Features OBR resolver only works per feature, so 
> with no other bundles in that feature, there appears to be no need for this 
> bundle.
> The solution would be to remove the dependency attribute alltogether: for the 
> Hazelcast feature, this bundle should not be considered a dependency.

--
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

Reply via email to