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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 14 12:10:36 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-07-14 12:10:35 -0400 (Tue, 14 Jul 2009)
New Revision: 91232

Modified:
   trunk/cluster/src/etc/hapartition-jboss-beans.xml
Log:
[JBAS-7048] Use long running thread pool

Modified: trunk/cluster/src/etc/hapartition-jboss-beans.xml
===================================================================
--- trunk/cluster/src/etc/hapartition-jboss-beans.xml	2009-07-14 15:43:59 UTC (rev 91231)
+++ trunk/cluster/src/etc/hapartition-jboss-beans.xml	2009-07-14 16:10:35 UTC (rev 91232)
@@ -43,7 +43,7 @@
       <property name="methodCallTimeout">60000</property>
       
       <!-- Optionally provide a thread source to allow async connect of our channel -->
-      <property name="threadPool"><inject bean="ThreadPool"/></property>
+      <property name="threadPool"><inject bean="LongRunningTasksThreadPool"/></property>
       
       <property name="distributedStateImpl">
 	      <bean name="DistributedState"




More information about the jboss-cvs-commits mailing list