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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 27 12:21:35 EDT 2010


Author: smarlow at redhat.com
Date: 2010-10-27 12:21:35 -0400 (Wed, 27 Oct 2010)
New Revision: 108936

Modified:
   trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml
Log:
JBAS-8572 use Infinispan instead of JBossCache

Modified: trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml	2010-10-27 15:19:00 UTC (rev 108935)
+++ trunk/testsuite/src/resources/naming/restart/naming-restart-jboss-beans.xml	2010-10-27 16:21:35 UTC (rev 108936)
@@ -76,10 +76,14 @@
 
       <property name="HAPartition"><inject bean="HAPartition"/></property>
       
-      <!-- Handler for the replicated tree -->
+     <!-- Handler for the replicated tree -->
       <property name="distributedTreeManager">
-         <bean class="org.jboss.ha.jndi.impl.jbc.JBossCacheDistributedTreeManager">
-            <property name="cacheHandler"><inject bean="HAPartitionCacheHandler"/></property>
+         <bean class="org.jboss.ha.jndi.ispn.DistributedTreeManager">
+            <constructor>
+              <parameter><inject bean="CacheContainerRegistry"/></parameter>
+            </constructor>
+            <property name="cacheContainerName">ha-partition</property>
+            <property name="cacheName">test-distributed-tree</property>
          </bean>
       </property>
       
@@ -116,4 +120,4 @@
    </bean>
 
    
-</deployment>
\ No newline at end of file
+</deployment>



More information about the jboss-cvs-commits mailing list