[jboss-cvs] JBossAS SVN: r104346 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 29 17:24:01 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-29 17:24:01 -0400 (Thu, 29 Apr 2010)
New Revision: 104346

Modified:
   trunk/cluster/src/etc/hapartition-jboss-beans.xml
Log:
[JBAS-7977] Revert workaround the JGRP-1190

Modified: trunk/cluster/src/etc/hapartition-jboss-beans.xml
===================================================================
--- trunk/cluster/src/etc/hapartition-jboss-beans.xml	2010-04-29 21:23:05 UTC (rev 104345)
+++ trunk/cluster/src/etc/hapartition-jboss-beans.xml	2010-04-29 21:24:01 UTC (rev 104346)
@@ -37,9 +37,9 @@
       <!-- Max time (in ms) to wait for RPC calls to complete. -->
       <property name="methodCallTimeout">60000</property>
       
-      <!-- Optionally provide a thread source to allow async connect of our channel
+      <!-- Optionally provide a thread source to allow async connect of our channel -->
       <property name="threadPool"><inject bean="LongRunningTasksThreadPool"/></property>
-       -->
+      
       <property name="distributedStateImpl">
 	      <bean name="DistributedState"
 	   		 class="org.jboss.ha.framework.server.DistributedStateImpl">	      




More information about the jboss-cvs-commits mailing list