[jboss-jira] [JBoss JIRA] (WFCORE-441) Strange address handling in ReadResourceDescriptionHandler
Brian Stansberry (JIRA)
issues at jboss.org
Thu May 21 13:31:19 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned WFCORE-441:
---------------------------------------
Assignee: Brian Stansberry
> Strange address handling in ReadResourceDescriptionHandler
> ----------------------------------------------------------
>
> Key: WFCORE-441
> URL: https://issues.jboss.org/browse/WFCORE-441
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Minor
>
> https://github.com/wildfly/wildfly-core/blob/master/controller/src/main/java/org/jboss/as/controller/operations/global/ReadResourceDescriptionHandler.java#L427 is suspect. AFAICT that operation variable will be from the original op that triggered the multi-part request. So its address is not the address of the bit that had the failure, but the use of that address implies the intent is that it is the bit that had the failure.
> Perhaps it should be resultItem.get(OP_ADDR) ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list