[jboss-cvs] JBossAS SVN: r72315 - trunk/testsuite/src/resources/cluster/partition.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 16 16:46:16 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-16 16:46:16 -0400 (Wed, 16 Apr 2008)
New Revision: 72315

Modified:
   trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml
Log:
Include the passexp-stacks.xml in the HAPartitionStateTransferTestCase deployment

Modified: trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml	2008-04-16 20:41:49 UTC (rev 72314)
+++ trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml	2008-04-16 20:46:16 UTC (rev 72315)
@@ -1,19 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
+<deployment xmlns="urn:jboss:bean-deployer:2.0"> 
+
+   <!-- Add a stack with JGroups message bundling disabled to the app server's standard JChannelFactory -->
+   <bean name="PassExpStackInjector" class="java.lang.Object">      
+      <install bean="JChannelFactory" method="setMultiplexerConfig">
+         <parameter class="java.lang.String">META-INF/passexp-stacks.xml</parameter>
+         <parameter>true</parameter>
+      </install>
+   </bean>
    
-   <!-- ==================================================================== -->
-   <!-- Shared cache for JBoss cluster services                              -->
-   <!-- ==================================================================== -->
-   
-   <!-- 
-        The HAPartitionCache instance defined here is shared by JBoss cluster services that
-        use JBossCache as their underlying data store.  Currently the services that share this 
-        cache are HAJNDI and DistributedState.  It is possible to change the cluster name but this 
-        isn't recommended since it will be more difficult for others to recognize that the renamed 
-        cluster is the one used by JBoss cluster services.  
-   -->
-   
    <!-- First we create a Configuration object for the cache -->
    <bean name="HAPartitionStateTransferTestCacheConfig" 
    		class="org.jboss.cache.config.Configuration">




More information about the jboss-cvs-commits mailing list