[jboss-cvs] JBossAS SVN: r73114 - trunk/testsuite/src/resources/naming/restart.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 7 12:01:26 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-07 12:01:26 -0400 (Wed, 07 May 2008)
New Revision: 73114

Modified:
   trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml
Log:
[JBAS-5500] Update test to reflect HAPartition's use of CacheManager

Modified: trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml
===================================================================
--- trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml	2008-05-07 15:47:47 UTC (rev 73113)
+++ trunk/testsuite/src/resources/naming/restart/naming-restart-beans.xml	2008-05-07 16:01:26 UTC (rev 73114)
@@ -50,7 +50,7 @@
    	<depends>HAPartition</depends>
       	       
       <property name="HAPartition"><inject bean="HAPartition"/></property>
-      <property name="clusteredCache"><inject bean="DefaultPartition-HAPartitionCache" property="cache"/></property>
+      <property name="clusteredCache"><inject bean="HAPartition" property="clusteredCache"/></property>
       
       <!-- Bind address of bootstrap and HA-JNDI RMI endpoints -->
       <property name="bindAddress">${jboss.bind.address}</property>




More information about the jboss-cvs-commits mailing list