Uploaded image for project: 'Apache ServiceComb'
  1. Apache ServiceComb
  2. SCB-784

SagaStart annotated method should abort the saga transaction once the exception is thrown

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • pack-0.3.0, saga-0.2.1
    • Saga
    • None

    Description

      The below transaction should be aborted, now the Omega should send the abort message back to the alpha.

        @SagaStart
        service() {
            transaction1;
            exception;
            transaction2;
        }
      

      Attachments

        Issue Links

          Activity

            People

              njiang Willem Jiang
              njiang Willem Jiang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: