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

User bundles are treated as system bundles

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.5
    • 2.2.6, 3.0.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            cschneider Christian Schneider
            cschneider Christian Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: