Brian Stansberry created WFCORE-2873:
----------------------------------------
Summary: The various global read-xxx operations are not runtime-only
Key: WFCORE-2873
URL:
https://issues.jboss.org/browse/WFCORE-2873
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The definitions of the various global read-xxx handlers all include setRuntimeOnly() which
is incorrect as these ops in one way or the other deal with the management model, either
by reading the Resource tree or by reading the ManagementResourceRegistration tree.
Having these declare themselves as runtime-only interferes with resolving WFCORE-2858,
because the WFCORE-2858 solution is to treat read-only + runtime-only ops targeting
profile resources as requiring multiphase rollout across the domain instead of simply
reading the DC. Doing a multiphase rollout for these ops is incorrect.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)