]
Brian Stansberry reassigned WFCORE-513:
---------------------------------------
Assignee: Brian Stansberry
Fix Version/s: 1.0.0.Alpha16
Resolution: Done
ConfigurationFile does invalid reload when special config file names
are specified
----------------------------------------------------------------------------------
Key: WFCORE-513
URL:
https://issues.jboss.org/browse/WFCORE-513
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 records the value passed by -c or --[server|host|domain]-config and
uses it to determine the boot file to use whenever it needs to boot. This is ok during
initial boot, but it reuses it during reloads.
This breaks down when specials values like "initial", "boot",
"v1" or some snapshot are used. The reload ends up reading from the original
file again, not from the latest persisted one, and any changes made are lost.