Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4830

Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.0, 4.0.8
    • Fix Version/s: 4.1.0, 4.0.8
    • Component/s: karaf
    • Labels:
      None

      Description

      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

      featuresBoot = \
          instance, \
          ...
          kar
      

      to

      featuresBoot = \
          (instance, \
          ...
          kar), transaction-api
      

      2. Start karaf (bin/karaf)

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                gnt Guillaume Nodet
                Reporter:
                lliao Lijun Liao
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: