[jboss-svn-commits] JBL Code SVN: r18022 - labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/ArjunaCore/arjuna/etc.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 22 05:14:15 EST 2008


Author: jhalliday
Date: 2008-01-22 05:14:15 -0500 (Tue, 22 Jan 2008)
New Revision: 18022

Modified:
   labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/ArjunaCore/arjuna/etc/default-arjuna-properties.xml
Log:
Changed transaction reaper default to DYNAMIC in properties file, as this is better for use in AS. http://jira.jboss.com/jira/browse/JBTM-291


Modified: labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/ArjunaCore/arjuna/etc/default-arjuna-properties.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/ArjunaCore/arjuna/etc/default-arjuna-properties.xml	2008-01-22 06:25:04 UTC (rev 18021)
+++ labs/jbosstm/branches/JBOSSTS_4_2_3_GA_SP/ArjunaCore/arjuna/etc/default-arjuna-properties.xml	2008-01-22 10:14:15 UTC (rev 18022)
@@ -38,11 +38,13 @@
         name="com.arjuna.ats.arjuna.coordinator.txReaperTimeout"
         value="120000"/>
       <!--
-        Transaction Reaper Mode, can be: NORMAL or DYNAMIC (default is NORMAL).
+        Transaction Reaper Mode, can be: NORMAL or DYNAMIC
+        (default is NORMAL if the property is not specified in this file,
+        but DYNAMIC is now recommended, particularly for use in JBossAS/EAP).
       -->
       <property
         name="com.arjuna.ats.arjuna.coordinator.txReaperMode"
-        value="NORMAL"/>
+        value="DYNAMIC"/>
       <!--
         (default is NO)
       -->




More information about the jboss-svn-commits mailing list