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

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

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

[KARAF-4830] Keep features order while parsing boot features

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> ------------------------------------------------------------------------------
>
>                 Key: KARAF-4830
>                 URL: https://issues.apache.org/jira/browse/KARAF-4830
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 4.1.0, 4.0.8
>            Reporter: Lijun Liao
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
>     instance, \
>     ...
>     kar
> {code}
> to 
> {code}
> featuresBoot = \
>     (instance, \
>     ...
>     kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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

Reply via email to