]
Jason Greene updated WFCORE-42:
-------------------------------
Fix Version/s: 1.0.0.Alpha7
(was: 1.0.0.Alpha6)
Add a ServerXml Parser which extends CommonXml
----------------------------------------------
Key: WFCORE-42
URL:
https://issues.jboss.org/browse/WFCORE-42
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.0.0.Alpha7
Both StandaloneXml and AppclientXml parse XML starting from the server element.
This duplication has always been problematic as AppclientXml is completely separate from
the remaining domain config parsing, however with the core split this is even worse.
This change is to introduce a ServerXml that can be the common base for both
StandaloneXml and AppclientXml - except in extreme cases it will then be safe to ignore
AppclientXml for further schema updates.