[jboss-cvs] JBossAS SVN: r89202 - trunk/testsuite/src/resources/naming/services.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 20 12:59:12 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-05-20 12:59:12 -0400 (Wed, 20 May 2009)
New Revision: 89202

Modified:
   trunk/testsuite/src/resources/naming/services/pooled-service.xml
Log:
Use correct thread pool (JBAS-6947)

Modified: trunk/testsuite/src/resources/naming/services/pooled-service.xml
===================================================================
--- trunk/testsuite/src/resources/naming/services/pooled-service.xml	2009-05-20 16:45:18 UTC (rev 89201)
+++ trunk/testsuite/src/resources/naming/services/pooled-service.xml	2009-05-20 16:59:12 UTC (rev 89202)
@@ -41,8 +41,9 @@
       <!-- Don't override the default naming service -->
       <attribute name="InstallGlobalService">false</attribute>
       <!-- The thread pool service used to control the bootstrap lookups -->
-      <depends optional-attribute-name="LookupPool"
-         proxy-type="attribute">jboss.system:service=ThreadPool</depends>
+      <attribute name="LookupPool">
+         <inject bean="ThreadPool"/>
+      </attribute>
       <!-- The detached pooled invoker proxy -->
       <depends optional-attribute-name="InvokerProxyFactory"
          proxy-type="attribute">jboss.test:service=proxyFactory,type=pooled,target=Naming</depends>




More information about the jboss-cvs-commits mailing list