0 Replies Latest reply on Jan 18, 2005 11:29 PM by bill.burke

    Last resource gambit implemented wrong?

    bill.burke

      I don't think last resource gambit is implemented correctly. For it to work, you will have to reuse the same DB connection as the TX recovery logger and let the TX recovery logger do the commit. Right now, the commit is in the prepare phase in TransactionImpl.java.

      Last resource gambit should be removed entirely from the TransactionImpl code and implemented as part of a TX Recovery Log that shares the same datasource as the last resource.