]
Brian Stansberry moved WFLY-8915 to WFCORE-2944:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2944 (was: WFLY-8915)
Affects Version/s: (was: 11.0.0.Alpha1)
Unexpected update of configuration file standalone.xml if an archive
is dropped to deployments folder
-----------------------------------------------------------------------------------------------------
Key: WFCORE-2944
URL:
https://issues.jboss.org/browse/WFCORE-2944
Project: WildFly Core
Issue Type: Bug
Reporter: Wolf-Dieter Fink
Assignee: Jason Greene
Priority: Minor
It is not expected that the standalone.xml is written and versions or other content is
updated.
e.g. the top level element
<server xmlns="urn:jboss:domain:x.y">
It is expected that the standalone configuration is updated with the latest namespace
versions, or other changes, if the configuration needs to be persisted.
But for any unmanged deployment it is not expected and not necessary to update the
configuration file.