[jboss-cvs] JBossAS SVN: r65291 - branches/Branch_4_2/messaging/src/main/org/jboss/mq.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 10:32:04 EDT 2007


Author: adrian at jboss.org
Date: 2007-09-11 10:32:04 -0400 (Tue, 11 Sep 2007)
New Revision: 65291

Modified:
   branches/Branch_4_2/messaging/src/main/org/jboss/mq/SpyXAException.java
Log:
JBAS-4699 - Use RMFAIL as the default XA error code

Modified: branches/Branch_4_2/messaging/src/main/org/jboss/mq/SpyXAException.java
===================================================================
--- branches/Branch_4_2/messaging/src/main/org/jboss/mq/SpyXAException.java	2007-09-11 14:31:35 UTC (rev 65290)
+++ branches/Branch_4_2/messaging/src/main/org/jboss/mq/SpyXAException.java	2007-09-11 14:32:04 UTC (rev 65291)
@@ -70,7 +70,7 @@
       else
       {
          SpyXAException e = new SpyXAException(message, t);
-         e.errorCode = XAException.XAER_RMERR;
+         e.errorCode = XAException.XAER_RMFAIL;
          return e;
       }
    }




More information about the jboss-cvs-commits mailing list