Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-1101

XAException::XA_RB∗ isn't fatal

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 1.0.22.Final, 1.1.1.Final
    • 1.0.21.Final, 1.1.0.Final
    • JDBC
    • None

      In org.jboss.jca.adapters.jdbc.xa.XAManagedConnection:

      try
      {
           xaResource.end(xid, flags);
      }
      catch (XAException e)
      {
           broadcastConnectionError(e);
           throw e;
      }
      

      should not consider XA_RB* error codes as fatal. Same goes for .start().

              jpederse@redhat.com Jesper Pedersen
              thjenkin@redhat.com Tom Jenkinson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: