[ 
https://issues.apache.org/jira/browse/KARAF-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15687176#comment-15687176
 ] 

ASF subversion and git services commented on KARAF-4827:
--------------------------------------------------------

Commit c4aa24843b656004af2a336a8cf7b03b5d09389c in karaf's branch 
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=c4aa248 ]

[KARAF-4827] Cannot install feature depending on other 2+ levels of features 
with prerequisite="true"

> Cannot install feature depending on other 2+ levels of features with 
> prerequisite="true"
> ----------------------------------------------------------------------------------------
>
>                 Key: KARAF-4827
>                 URL: https://issues.apache.org/jira/browse/KARAF-4827
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 4.1.0
>            Reporter: Lijun Liao
>            Assignee: Guillaume Nodet
>            Priority: Blocker
>             Fix For: 4.1.0
>
>
> Steps to reproduce the error:
> 1. Unpack apache-karaf-4.1.0-SNAPSHOT.tar.gz
> 2. Add following block to the file 
> "system/org/apache/karaf/features/enterprise/4.1.0-SNAPSHOT/enterprise-4.1.0-SNAPSHOT-features.xml"
> {code:xml}
>       <feature name="demo-a">
>               <bundle>mvn:javax.interceptor/javax.interceptor-api/1.2</bundle>
>       </feature>
>       
>       <feature name="demo-b">
>               <feature prerequisite="true">demo-a</feature>
>               
> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_2</bundle>
>       </feature>
>       
>       <feature name="demo-c">
>               <feature prerequisite="true">demo-b</feature>
>               <bundle>mvn:javax.el/javax.el-api/3.0.0</bundle>
>       </feature>
> {code}
> 3. Delete folder data and file lock if available
> 4. Start karaf (command "bin/karaf")
> 5. Execute command "feature:install demo-c" in karaf shell, you should get 
> the following error message. 
> {code}
> karaf@root()> feature:install demo-c                                          
>                                                          xx:xx:xx
> gogo: CircularPrerequisiteException: [demo-a/0.0.0]
> Error executing command: [demo-a/0.0.0]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to