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

Lijun Liao commented on KARAF-4830:
-----------------------------------

The karaf (both version 4.0.8-SNAPSHOT and 4.1.0-SNAPSHOT) will not start even 
if the whole property definition is on one line. 

> 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: Guillaume Nodet
>             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