[jboss-cvs] JBossAS SVN: r63714 - trunk/ejb3/src/resources/test/clusteredentity/optimistic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 28 12:54:54 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-06-28 12:54:54 -0400 (Thu, 28 Jun 2007)
New Revision: 63714

Modified:
   trunk/ejb3/src/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml
Log:
Correct the name of the ChannelFactory bean

Modified: trunk/ejb3/src/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml
===================================================================
--- trunk/ejb3/src/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml	2007-06-28 16:48:43 UTC (rev 63713)
+++ trunk/ejb3/src/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml	2007-06-28 16:54:54 UTC (rev 63714)
@@ -8,9 +8,14 @@
       
       <!-- Externally injected services -->  
       <property name="runtimeConfig">
-         <bean name="OptimisticTestEJB3EntityCacheRuntimeConfig" class="org.jboss.cache.config.RuntimeConfig">
-            <property name="transactionManager"><inject bean="jboss:service=TransactionManager" property="TransactionManager"/></property>
-            <property name="muxChannelFactory"><inject bean="jgroups.mux:name=Multiplexer"/></property>
+         <bean name="OptimisticTestEJB3EntityCacheRuntimeConfig" 
+               class="org.jboss.cache.config.RuntimeConfig">
+            <property name="transactionManager">
+               <inject bean="jboss:service=TransactionManager" property="TransactionManager"/>
+            </property>
+            <property name="muxChannelFactory">
+               <inject bean="JChannelFactory"/>
+            </property>
          </bean>
       </property>
       




More information about the jboss-cvs-commits mailing list