[
https://issues.jboss.org/browse/AS7-3617?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry resolved AS7-3617.
-----------------------------------
Fix Version/s: 7.1.1.Final
(was: 7.2.0.Alpha1)
Resolution: Done
It's not done in the ServerEnvironment constructor because in a managed domain server
that constructor is called in the HC process and the object is serialized to the server
process. Calling it from ApplicationServerService allows the setting of system properties
to be deferred until the object is in the correct JVM.
Determine use case for ServerEnvironment.install()
--------------------------------------------------
Key: AS7-3617
URL:
https://issues.jboss.org/browse/AS7-3617
Project: Application Server 7
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 7.1.1.Final
ServerEnvironment.install() is package protected and is called from
ApplicationServerService.start(). See if there is any good reason for this; it seems like
this could just be done in the ServerEnvironment constructor.
--
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