]
Brian Stansberry reassigned WFCORE-514:
---------------------------------------
Assignee: Brian Stansberry
Fix Version/s: 1.0.0.Alpha16
Resolution: Done
ConfigurationFile.snapshot() stores the wrong file when config
persistence is disabled
--------------------------------------------------------------------------------------
Key: WFCORE-514
URL:
https://issues.jboss.org/browse/WFCORE-514
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 1.0.0.Alpha15
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0.Alpha16
ConfigurationFile.snapshot() always uses mainFile as the source of the snapshot, but when
--read-only-server-config and the domain equivalents are used, that file isn't updated
as config changes are made. In this case lastFile should be used.