[jboss-cvs] JBossAS SVN: r107426 - branches/infinispan-int/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 4 22:43:32 EDT 2010


Author: pferraro
Date: 2010-08-04 22:43:32 -0400 (Wed, 04 Aug 2010)
New Revision: 107426

Modified:
   branches/infinispan-int/cluster/src/etc/hajndi-jboss-beans.xml
   branches/infinispan-int/cluster/src/etc/hapartition-jboss-beans.xml
Log:
Update DS/DTM configuration to match latest ha-server-cache-ispn version.

Modified: branches/infinispan-int/cluster/src/etc/hajndi-jboss-beans.xml
===================================================================
--- branches/infinispan-int/cluster/src/etc/hajndi-jboss-beans.xml	2010-08-05 02:42:00 UTC (rev 107425)
+++ branches/infinispan-int/cluster/src/etc/hajndi-jboss-beans.xml	2010-08-05 02:43:32 UTC (rev 107426)
@@ -19,7 +19,11 @@
     <!-- Handler for the replicated tree -->
     <property name="distributedTreeManager">
       <bean class="org.jboss.ha.jndi.ispn.DistributedTreeManager">
-        <property name="cacheHandler"><inject bean="HAPartitionCacheHandler"/></property>
+        <constructor>
+          <parameter><inject bean="CacheContainerRegistry"/></parameter>
+        </constructor>
+        <property name="cacheContainerName">ha-partition</property>
+        <property name="cacheName">distributed-tree</property>
       </bean>
     </property>
       

Modified: branches/infinispan-int/cluster/src/etc/hapartition-jboss-beans.xml
===================================================================
--- branches/infinispan-int/cluster/src/etc/hapartition-jboss-beans.xml	2010-08-05 02:42:00 UTC (rev 107425)
+++ branches/infinispan-int/cluster/src/etc/hapartition-jboss-beans.xml	2010-08-05 02:43:32 UTC (rev 107426)
@@ -42,7 +42,11 @@
     <property name="distributedStateImpl">
       <bean name="DistributedState" class="org.jboss.ha.framework.server.ispn.DistributedState">
         <!--annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedState,partitionName=${jboss.partition.name:DefaultPartition}", exposedInterface=org.jboss.ha.framework.server.DistributedStateImplMBean.class, registerDirectly=true)</annotation-->
-        <property name="cacheHandler"><inject bean="HAPartitionCacheHandler"/></property>
+        <constructor>
+          <parameter><inject bean="CacheContainerRegistry"/></parameter>
+        </constructor>
+        <property name="cacheContainerName">ha-partition</property>
+        <property name="cacheName">distributed-state</property>
       </bean>
     </property>
 



More information about the jboss-cvs-commits mailing list