]
Brian Stansberry reassigned WFCORE-3625:
----------------------------------------
Assignee: (was: Brian Stansberry)
fixes the
parser order to match the xsd, but it results in a lot of elytron subsystem test failures.
It looks like a lot of the test xml files use the incorrect order.
Elytron subsystem template does not match what we persist
---------------------------------------------------------
Key: WFCORE-3625
URL:
https://issues.jboss.org/browse/WFCORE-3625
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Security
Reporter: Brian Stansberry
Fix For: 4.0.0.Beta2
When we persist domain.xml in full, the elytron subsystem ends up being reordered vs what
we shipped in the standard config. I assume this occurs with all the config files.
The element and attribute order in the standard config, the persistence and the xsd
should be the same.
Specifically:
audit-logging moves from after providers to before
http moves from before sasl to after
The xsd agrees with what's in the standard config so this looks to be a marshalling
problem.