[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 18:47:02 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFCORE-810:
------------------------------------
Git Pull Request: https://github.com/wildfly/wildfly-core/pull/877
> 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