]
RH Bugzilla Integration commented on WFCORE-108:
------------------------------------------------
Chao Wang <chaowan(a)redhat.com> changed the Status of [bug
Incorrect use of ReloadRequiredWriteAttributeHandler for host
resources
-----------------------------------------------------------------------
Key: WFCORE-108
URL:
https://issues.jboss.org/browse/WFCORE-108
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Chao Wang
Priority: Critical
Fix For: 1.0.0.Alpha9
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.