[
https://jira.jboss.org/jira/browse/JBBOOT-29?page=com.atlassian.jira.plug...
]
Andrew Lee Rubinger updated JBBOOT-29:
--------------------------------------
Description:
Server Initialization should, in order:
1) Initialize Configuration
2) Validate Configuration
3) Freeze Configuration
4) Perform other Server Init Tasks (like setting system properties)
5) Set LifecycleState
Configuration Initialization should take care of defaulting values where appropriate.
Presently the config is validated before init, meaning that the defaulting of properties
has not yet taken place.
was:
Server Initialization should, in order:
1) Initialize Configuration
2) Freeze Configuration
3) Validate Configuration
4) Perform other Server Init Tasks (like setting system properties)
5) Set LifecycleState
Configuration Initialization should take care of defaulting values where appropriate.
Presently the config is validated before init, meaning that the defaulting of properties
has not yet taken place.
Changed order to validate then freeze, so configs may be corrected if invalid.
Separate Server Initialization from Configuration Initialization
----------------------------------------------------------------
Key: JBBOOT-29
URL:
https://jira.jboss.org/jira/browse/JBBOOT-29
Project: JBoss Bootstrap
Issue Type: Task
Components: spi
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 0.1.0
Server Initialization should, in order:
1) Initialize Configuration
2) Validate Configuration
3) Freeze Configuration
4) Perform other Server Init Tasks (like setting system properties)
5) Set LifecycleState
Configuration Initialization should take care of defaulting values where appropriate.
Presently the config is validated before init, meaning that the defaulting of properties
has not yet taken place.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira