[jboss-jira] [JBoss JIRA] Updated: (JBBOOT-29) Separate Server Initialization from Configuration Initialization

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sun Apr 12 03:00:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBBOOT-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        



More information about the jboss-jira mailing list