[jboss-svn-commits] JBL Code SVN: r8227 - labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 11 10:04:17 EST 2006


Author: mark.little at jboss.com
Date: 2006-12-11 10:04:16 -0500 (Mon, 11 Dec 2006)
New Revision: 8227

Modified:
   labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/LastResourceRecord.java
Log:
Should not be saving this record since there is no recovery for the LRCO instance.

Modified: labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/LastResourceRecord.java
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/LastResourceRecord.java	2006-12-11 14:39:38 UTC (rev 8226)
+++ labs/jbosstm/trunk/ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/resources/jts/orbspecific/LastResourceRecord.java	2006-12-11 15:04:16 UTC (rev 8227)
@@ -124,6 +124,6 @@
 
 	public boolean saveRecord() throws SystemException
 	{
-		return true;
+		return false;
 	}
 }




More information about the jboss-svn-commits mailing list