]
Brian Stansberry updated WFCORE-1733:
-------------------------------------
Fix Version/s: 3.0.0.Alpha7
(was: 3.0.0.Alpha6)
SynchServerOperationHandler doesn't check ops for REQUIRE_RESTART
properly
--------------------------------------------------------------------------
Key: WFCORE-1733
URL:
https://issues.jboss.org/browse/WFCORE-1733
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Ken Wills
Assignee: Ken Wills
Fix For: 3.0.0.Alpha7
Currently, SyncServerStateOperationHandler makes a simple check to determine if the
result of an op should put a server into restart-required. This should be fixed to check
the AttributeDefinition for the target of a write-attribute for restart-required, and the
OperationDefinition of all other ops.