Uploaded image for project: 'WildFly Transaction Client'
  1. WildFly Transaction Client
  2. WFTC-29

Transaction server channel should not create a new transaction for before completion phase

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 1.0.0.Beta24
    • None

      When server channel handles before completion call it tries to import transaction. If the transaction does not exists it creates a new one

      https://github.com/wildfly/wildfly-transaction-client/blob/1.0.0.Beta24/src/main/java/org/wildfly/transaction/client/provider/remoting/TransactionServerChannel.java#L436

      A discussed at JBEAP-11081 - I think the before completion should not be creating a new
      transaction if does not exist. When somebody calling the remote server
      to finish transaction it either knows it - then it should be finished or
      it does not know it - then it should be responded as unknown txn.

            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: