[jboss-jira] [JBoss JIRA] (AS7-2702) ProxyStepHandler does not include final result of remote operation in its response
Brian Stansberry (Created) (JIRA)
jira-events at lists.jboss.org
Fri Nov 18 09:21:40 EST 2011
ProxyStepHandler does not include final result of remote operation in its response
----------------------------------------------------------------------------------
Key: AS7-2702
URL: https://issues.jboss.org/browse/AS7-2702
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.0.2.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.1.0.CR1
ProxyStep handler includes the ProxyOperationControl.operationPrepared value in its response and then commits/rolls back the remote transaction, but then instead of using the operationCompleted value it just has
// TODO what if the response on the proxy changed following the operationPrepared callback?
// e.g. the rolled back flag? This may all be ok, just needs to be thought about, tested.
// If it proves unnecessary, get rid of ProxyOperationControl
This breaks calls through from the master HC to a slave that the slave then handles as a multi-server op (e.g. /host=slave/system-property=foo:add(value=bar)) because the multi-server response is not included in operationPrepared, only in operationCompleted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list