[jboss-jira] [JBoss JIRA] (WFCORE-810) Audit log handler sub-resources cannot be removed in same op as the handler
Brian Stansberry (JIRA)
issues at jboss.org
Fri Jul 10 11:55:02 EDT 2015
Brian Stansberry created WFCORE-810:
---------------------------------------
Summary: Audit log handler sub-resources cannot be removed in same op as the handler
Key: WFCORE-810
URL: https://issues.jboss.org/browse/WFCORE-810
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Alpha6
Reporter: Brian Stansberry
Assignee: Brian Stansberry
The various child resources under the management audit log handler resources implement the runtime part of "remove" by trying to read the resource tree starting at the parent and then constructing and registering a new audit log handler.
This will fail if the child resource and the parent audit log handler resource are both removed in separate steps in the same composite op. The read of the parent will fail as it will be gone by Stage.RUNTIME.
The composite thing is kind of an edge case (since just the parent can be removed) but it also interferes with WFCORE-808.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list