]
Jason Greene updated WFLY-3565:
-------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha1)
Incorrect use of ReloadRequiredWriteAttributeHandler for host
resources
-----------------------------------------------------------------------
Key: WFLY-3565
URL:
https://issues.jboss.org/browse/WFLY-3565
Project: WildFly
Issue Type: Bug
Components: Domain Management
Affects Versions: 8.1.0.Final
Reporter: Brian Stansberry
Assignee: Chao Wang
Priority: Critical
Fix For: 8.2.0.CR1, 9.0.0.Beta1
ReloadRequiredWriteAttributeHandler inherits the default behavior of
AbstractWriteAttributeHandler.requiresRuntime(), which is to only process Stage.RUNTIME if
context.isNormalServer(). So any use in host resources needs to override that behavior.
This isn't done in at least some places. See
https://bugzilla.redhat.com/show_bug.cgi?id=1085228 for an example.