You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "J.W. Janssen (JIRA)" <ji...@apache.org> on 2016/01/30 20:38:40 UTC

[jira] [Updated] (ACE-479) Launcher configuration has no effect (regression)

     [ https://issues.apache.org/jira/browse/ACE-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen updated ACE-479:
-----------------------------
    Fix Version/s: next

> Launcher configuration has no effect (regression)
> -------------------------------------------------
>
>                 Key: ACE-479
>                 URL: https://issues.apache.org/jira/browse/ACE-479
>             Project: ACE
>          Issue Type: Bug
>          Components: Launcher
>    Affects Versions: 2.0.1
>            Reporter: Bram de Kruijff
>            Assignee: Marcel Offermans
>             Fix For: next
>
>
> 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:
> {code}
> java -jar org.apache.ace.agent.launcher.felix.jar -a Agent1 -s http://172.17.8.201:8080
> {code}
> fails
> {code}
> java -Dagent.identification.agentid=Agent1 -Dagent.discovery.serverurls=http://172.17.8.201:8080 -jar org.apache.ace.agent.launcher.felix.jar
> {code}
> succeeds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)