[jboss-jira] [JBoss JIRA] (AS7-4102) Implement fallback mechanism for AS7 properties in pom.xml
Pavel Janousek (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 08:21:36 EST 2012
Pavel Janousek created AS7-4102:
-----------------------------------
Summary: Implement fallback mechanism for AS7 properties in pom.xml
Key: AS7-4102
URL: https://issues.jboss.org/browse/AS7-4102
Project: Application Server 7
Issue Type: Sub-task
Affects Versions: 7.1.1.Final
Reporter: Pavel Janousek
Assignee: Ondrej Zizka
There are several places where is used fallback mechanism when some content from property is taken like:{code}static final String someIPproperty = System.getProperty("<some> key>", "localhost");{code}
The final decision based on (linked) AS7 devel discussion is leaving this approach and set-up this things in pom.xml's only.
After this task will be done, old approach will be leaved at all and every new patch will be forced to not use/include a such fallback mechanism only.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list