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

Extend KarService.install() with noAutoRefreshBundles as Parameter

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.3.7
    • 4.3.8, 4.4.2
    • karaf
    • None
    • Karaf 4.3.7

    Description

      We had an issue, that a running Bundle is refreshed, because new Feature is installed.
      In Karaf console we can use -r option e.g. feature:install -v -r eventadmin

      But we use org.apache.karaf.kar.KarService.install(URI) to install a new Feature.
      Please extend this API to support the same feature like in karaf console.

      Suggestion:

      • void install(URI karUri, boolean noAutoStartBundles, boolean noAutoRefreshBundles) throws Exception;*

      Attachments

        1. KARAF-7551.patch
          15 kB
          annor

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            annorchen annor
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: