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

global autoRefresh logic does not work as expected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.3.3
    • 4.4.0, 4.3.4, 4.2.13
    • karaf
    • None

    Description

      In KARAF-6953 a new global configuration setting autoRefresh was added. When that property is set to false then in the Deployer.deploy method the logic is reversed, i.e. auto refreshing takes place.

      This happens by the code:

       if (!request.autoRefresh) {
          noRefreshUnmanaged = request.autoRefresh;
          noRefreshManaged = request.autoRefresh;
          noRefresh = request.autoRefresh;
      }
      

      The result is that all noRefresh... variables are set to false.

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            stefan.wachter@gmx.de Stefan Wachter
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: