Brian Stansberry created WFCORE-959:
---------------------------------------
Summary: Handling of ManagementResourceRegistration runtimeOnly is broken
Key: WFCORE-959
URL:
https://issues.jboss.org/browse/WFCORE-959
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Beta6
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 2.0.0.CR1
NodeSubregistry is always passing 'false' as the runtimeOnly param for
ConcreteResourceRegistrations it creates.
The param isn't actually needed, since the ResourceDefinition is also a param, and the
value can be pulled from it.
Also, since we now have proper facilities for setting up a runtimeOnly ResourceDefinition,
the MRR.setRuntimeOnly() method should be deprecated and all core uses of it converted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)