Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-5607

DataSourceEnable does not handle rollback

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • 7.1.3.Final (EAP)
    • Domain Management, JCA
    • None

    Description

      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();

      Attachments

        Issue Links

          Activity

            People

              smaestri@redhat.com Stefano Maestri
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: