[jboss-jira] [JBoss JIRA] (AS7-5607) DataSourceEnable does not handle rollback

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Sep 22 08:15:35 EDT 2012


Brian Stansberry created AS7-5607:
-------------------------------------

             Summary: DataSourceEnable does not handle rollback
                 Key: AS7-5607
                 URL: https://issues.jboss.org/browse/AS7-5607
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management, JCA
    Affects Versions: 7.1.3.Final (EAP)
            Reporter: Brian Stansberry
            Assignee: Stefano Maestri


The runtime execution handling does not revert the service changes it made in case of rollback:

                public void execute(OperationContext context, ModelNode operation) throws OperationFailedException {
                    ServiceVerificationHandler verificationHandler = new ServiceVerificationHandler();
                    addServices(context, operation, verificationHandler, model, isXa());
                    context.addStep(verificationHandler, Stage.VERIFY);
                    context.completeStep();
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list