Uploaded image for project: 'ACE'
  1. ACE
  2. ACE-479

Launcher configuration has no effect (regression)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.1
    • 2.1.0
    • Launcher
    • None

    Description

      Launcher configuration options have no effect. Seems to be a regression from ACE-445.

      Analysis:
      1) Launcher passes configuration of FRAMEWORK properties
      2) ConfigurationHandler only looks at SYSTEM properties

      Example:

      java -jar org.apache.ace.agent.launcher.felix.jar -a Agent1 -s http://172.17.8.201:8080
      

      fails

      java -Dagent.identification.agentid=Agent1 -Dagent.discovery.serverurls=http://172.17.8.201:8080 -jar org.apache.ace.agent.launcher.felix.jar
      

      succeeds

      Attachments

        Activity

          People

            marrs Marcel Offermans
            bramk Bram de Kruijff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: