[jboss-cvs] JBossAS SVN: r106344 - branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 11:28:25 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-06-30 11:28:25 -0400 (Wed, 30 Jun 2010)
New Revision: 106344

Modified:
   branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml
Log:
Clean out no-longer-relevant depends

Modified: branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml	2010-06-30 14:15:38 UTC (rev 106343)
+++ branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml	2010-06-30 15:28:25 UTC (rev 106344)
@@ -17,15 +17,6 @@
            </parameter>
         </constructor>
     </bean>
-
-   <!-- 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> 
-   -->
    
    <!-- 
         The HAPartitionCache instance defined here is shared by JBoss cluster services that
@@ -39,8 +30,6 @@
    <bean name="PassExpPartition-HAPartitionCacheConfig" 
    		class="org.jboss.cache.config.Configuration">
         
-        <depends>PassExpStackInjector</depends>
-      
         <!-- When we're installed, register ourself -->
         <install bean="CacheConfigurationRegistry" method="registerConfiguration">
           <parameter>passexp-partition</parameter>



More information about the jboss-cvs-commits mailing list