[jboss-jira] [JBoss JIRA] (WFCORE-573) ReadResourceHandler should deal with resources that disappear in the middle of the request

Brian Stansberry (JIRA) issues at jboss.org
Tue Mar 3 14:28:49 EST 2015


Brian Stansberry created WFCORE-573:
---------------------------------------

             Summary: ReadResourceHandler should deal with resources that disappear in the middle of the request
                 Key: WFCORE-573
                 URL: https://issues.jboss.org/browse/WFCORE-573
             Project: WildFly Core
          Issue Type: Enhancement
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry


ReadResourceHandler works by adding a number of steps and assembling the results. Steps are added to read each attribute and to read children (if recursive=true).

With runtime resources, the resource associated with each added step may have disappeared between when the code decided to do the read and when the step executes. We should detect and handle this, treating it as if the resource in question never existed.

See discussion on https://github.com/wildfly/wildfly/pull/6607.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list