[
https://issues.jboss.org/browse/WFCORE-351?page=com.atlassian.jira.plugin...
]
Kabir Khan commented on WFCORE-351:
-----------------------------------
It seems to be the original file.
In core, I copied standalone.xml to standalone2.xml.
I then start using standalone.xml, and execute these commands:
{code}
/system-property=test:add(value=a)
{code}
standalone.xml gets updated as expected
{code}
reload --server-config=standalone2.xml
{code}
This now overwrites standalone.xml so there is no property 'test' there (nor in
standalone2.xml)
{code}
/system-property=test:add(value=b)
{code}
standalone.xml contains the 'test' property, but standalone2.xml does not.
CLI "revert to snapshot" command
--------------------------------
Key: WFCORE-351
URL:
https://issues.jboss.org/browse/WFCORE-351
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Environment: all
Reporter: Rich Sharples
Assignee: Kabir Khan
Labels: eap6-ux
Fix For: 3.0.0.Alpha1
The CLI has commands for taking snapshots, listing snapshots, deleting snapshots but no
way to rollback or revert to a previous snapshot.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)