[jboss-cvs] JBoss Messaging SVN: r1716 - branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 7 06:13:14 EST 2006


Author: juha at jboss.org
Date: 2006-12-07 06:13:12 -0500 (Thu, 07 Dec 2006)
New Revision: 1716

Modified:
   branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/XATest.java
Log:
switch back to JBossTM to see if it affects the random QA failures

Modified: branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/XATest.java
===================================================================
--- branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/XATest.java	2006-12-07 03:20:14 UTC (rev 1715)
+++ branches/Branch_1_0/tests/src/org/jboss/test/messaging/jms/XATest.java	2006-12-07 11:13:12 UTC (rev 1716)
@@ -43,6 +43,7 @@
 import org.jboss.test.messaging.MessagingTestCase;
 import org.jboss.test.messaging.tools.ServerManagement;
 import org.jboss.tm.TxUtils;
+import org.jboss.tm.TransactionManagerLocator;
 
 /**
  * @author <a href="mailto:tim.fox at jboss.com">Tim Fox</a>
@@ -86,7 +87,7 @@
             
       if (!ServerManagement.isRemote())
       {
-         tm = org.jboss.test.messaging.util.TransactionManagerLocator.getInstance().locate();
+         tm = TransactionManagerLocator.getInstance().locate();
       }
 
       ServerManagement.undeployQueue("Queue");




More information about the jboss-cvs-commits mailing list