]
Brian Stansberry updated WFCORE-1538:
-------------------------------------
Fix Version/s: (was: 3.0.0.Alpha1)
resource-added notifications contain no data
--------------------------------------------
Key: WFCORE-1538
URL:
https://issues.jboss.org/browse/WFCORE-1538
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Affects Versions: 2.1.0.Final
Reporter: Kabir Khan
Assignee: Brian Stansberry
When listening for notifications, I found that the attribute-value-written notifications
contain a data field containing the name of the modified attribute and the old and new
values.
For resource-added (and presumably resource-removed) the data field is empty, so if
someone has registered a notification handler for resource adds, and they want the values
of the resource attributes they will have to do a read-resource on the newly created
resource.
Should the data for a resource add contain the attribute values?