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

DataSourceEnable does not handle rollback

XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: