[jboss-svn-commits] JBL Code SVN: r37367 - labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaJTA/jta/etc.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 8 05:58:54 EDT 2011


Author: jhalliday
Date: 2011-08-08 05:58:53 -0400 (Mon, 08 Aug 2011)
New Revision: 37367

Modified:
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl
Log:
Add placeholder for xaRecoveryNode. JBTM-858


Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl	2011-08-05 18:30:09 UTC (rev 37366)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/ArjunaJTA/jta/etc/default-jta-properties.xmltmpl	2011-08-08 09:58:53 UTC (rev 37367)
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   JBoss, Home of Professional Open Source
-  Copyright 2006, Red Hat Middleware LLC, and individual contributors 
-  as indicated by the @author tags. 
+  Copyright 2006, Red Hat Middleware LLC, and individual contributors
+  as indicated by the @author tags.
   See the copyright.txt in the distribution for a
-  full listing of individual contributors. 
+  full listing of individual contributors.
   This copyrighted material is made available to anyone wishing to use,
   modify, copy, or redistribute it subject to the terms and conditions
   of the GNU Lesser General Public License, v. 2.1.
-  This program is distributed in the hope that it will be useful, but WITHOUT A 
-  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+  This program is distributed in the hope that it will be useful, but WITHOUT A
+  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
   You should have received a copy of the GNU Lesser General Public License,
   v.2.1 along with this distribution; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
   MA  02110-1301, USA.
-  
+
   (C) 2005-2006,
   @author JBoss Inc.
 -->
@@ -23,7 +23,7 @@
 <!--
   These options are described in the ArjunaJTS manual.
   Defaults are provided here for convenience only.
- 
+
   Please read through this file prior to using the system, and consider
   updating the specified entries.
 -->
@@ -44,5 +44,8 @@
 			<!--
 			com.arjuna.ats.internal.jta.transaction. at MODULE2@.UserTransactionImple
 			-->
+
+			<!-- for most configurations xaRecoveryNode should match the nodeIdentifier, which should be uniq between server instances -->
+			<!-- property name="com.arjuna.ats.jta.xaRecoveryNode" value="CHANGE_ME" -->
 		</properties>
 </transaction-service>



More information about the jboss-svn-commits mailing list