[jboss-jira] [JBoss JIRA] Created: (JBAS-9082) Incorrect handling of runtime failures in composite operations if rollback is not enabled

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Mar 21 12:08:56 EDT 2011


Incorrect handling of runtime failures in composite operations if rollback is not enabled
-----------------------------------------------------------------------------------------

                 Key: JBAS-9082
                 URL: https://issues.jboss.org/browse/JBAS-9082
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 7.0.0.Beta1
            Reporter: Brian Stansberry
             Fix For: 7.0.0.Beta2


ServerControllerImpl.handleFailures() is delegating to BasicModelController.handleFailures() if rollback-on-runtime-failure is false. That's incorrect as it manipulates the operation result as if the entire op had been discarded, which isn't the case.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list