[jboss-jira] [JBoss JIRA] (WFCORE-2873) The various global read-xxx operations are not runtime-only
Brian Stansberry (JIRA)
issues at jboss.org
Wed May 24 16:32:00 EDT 2017
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)
More information about the jboss-jira
mailing list