You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lijun Liao (JIRA)" <ji...@apache.org> on 2016/11/21 19:48:58 UTC

[jira] [Created] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

Lijun Liao created KARAF-4830:
---------------------------------

             Summary: 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
            Reporter: Lijun Liao
             Fix For: 4.1.0


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)