]
Jeff Mesnil resolved WFCORE-4186.
---------------------------------
Fix Version/s: 7.0.0.Alpha5
Resolution: Done
RBAC classification resources should not store default-xxx attribute
values in the DMR model
--------------------------------------------------------------------------------------------
Key: WFCORE-4186
URL:
https://issues.jboss.org/browse/WFCORE-4186
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 7.0.0.Alpha5
The RBAC classification resource are storing the values of the relevant
default-requires-xxx attributes in the DMR model even though those are runtime-only
attributes. The DMR value is unused in read-resource/read-attribute because the read
handlers for the attribute don't read from DMR.
Unless WFCORE-4185 is fixed these will get propogated to slave HCs when they connect
though.
Cleaning this up helps resolve WFCORE-4183 by removing irrelevant data that confuses
domain mode transformer tests.