1 Reply Latest reply on Dec 10, 2008 9:31 AM by clebert.suconic

    XA and Paging seems broken

    timfox

      Looking at the paging changes in TransactionImpl.

      I notice that messages aren't actually paged until commit(), therefore if the transaction is XA and prepare() is called, then the server crashes or is shutdown, the entire transaction is lost, since nothing is recorded until commit! Ouch.

      Please add a JIRA for this. It also needs tests. There should be a set of tests that test paging with XA transactions and recovery.