[jboss-jira] [JBoss JIRA] (AS7-6614) A write-config operation
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Feb 22 17:03:56 EST 2013
Brian Stansberry created AS7-6614:
-------------------------------------
Summary: A write-config operation
Key: AS7-6614
URL: https://issues.jboss.org/browse/AS7-6614
Project: Application Server 7
Issue Type: Feature Request
Components: Domain Management
Reporter: 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