Details
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
- is related to
-
KARAF-4249 Wrapped bundles in the boot feature cannot be started
-
- Resolved
-