]
Ken Wills updated WFCORE-1527:
------------------------------
Summary: Server group / JVM composite add op and missing parent (was: Server group /
JVM composite add op and minssing parent)
Server group / JVM composite add op and missing parent
------------------------------------------------------
Key: WFCORE-1527
URL:
https://issues.jboss.org/browse/WFCORE-1527
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Ken Wills
Assignee: Ken Wills
The test AutoIgnoreDomain tests when adding an ignored server group, like this:
https://github.com/luck3y/wildfly-core/blob/6cdd4af55b7723ff943a3743143a6...
Also calld the JvmAddHandler. During the JVMH add, the prior add of the server group is
not visible in the model and the op fails.
Workaround in JVMAddHandler.populateModel, to attempt to RRFR, and fail silently if the
parent is not available, but something prior in the chain is violating the
readDomainFromRoot contract, as the server element should be a visible, but uncommitted
change in the model.