[jboss-jira] [JBoss JIRA] (WFLY-1122) A write-config operation
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Tue Apr 23 17:35:54 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan reassigned WFLY-1122:
--------------------------------
Assignee: Brian Stansberry (was: Kabir Khan)
> A write-config operation
> ------------------------
>
> Key: WFLY-1122
> URL: https://issues.jboss.org/browse/WFLY-1122
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
>
> Operation to force the server to write its config file, without making any actual config change.
> One use case mentioned was to get the config file updated to the latest xml namespaces following an upgrade.
> This should be trivial to implement with an operation step handler that simply does
> context.readResourceForUpdate(PathAddress.EMPT_ADDRESS);
> context.stepCompleted();
> That handler would be registered on:
> 1) The root resource for a non-managed-domain server (for standalone.xml).
> 2) The host=* resource on any HostController (for host.xml).
> 3) The root resource on a HostController that is the master (for domain.xml).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list