User bundles are treated as system bundles
------------------------------------------
Key: KARAF-1318
URL: https://issues.apache.org/jira/browse/KARAF-1318
Project: Karaf
Issue Type: Bug
Affects Versions: 2.2.5
Reporter: Christian Schneider
Fix For: 2.2.6
Reproduce:
Install a user bundle with default start level (60).
install -s mvn:....mybundle
stop <bundleid>
You are asked :
You are about to access system bundle <bundleid>. Do you wish to continue
(yes/no):
A bundle the user installs with default values clearly should not be treated as
a system bundle.
The fix is simple. we just need to add the property
karaf.systemBundlesStartLevel=59
to the config.properties that is installed with the distro.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira