[
https://issues.apache.org/jira/browse/ACE-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157155#comment-14157155
]
Marcel Offermans commented on ACE-479:
--------------------------------------
This is related to ACE-475 and the problem at the moment seems to be specific
to discovery. The configuration handler *is* now looking at framework
properties, but the discover handler does not seem to try and pick up any of
those properties.
> 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
>
> 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)