[jboss-cvs] JBossAS SVN: r68167 - trunk/ejb3/src/resources/test/clusteredsession/islocal/foreign.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 11 19:45:05 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-11 19:45:05 -0500 (Tue, 11 Dec 2007)
New Revision: 68167

Modified:
   trunk/ejb3/src/resources/test/clusteredsession/islocal/foreign/testlocal-beans.xml
Log:
Fix the DRM and DS injection

Modified: trunk/ejb3/src/resources/test/clusteredsession/islocal/foreign/testlocal-beans.xml
===================================================================
--- trunk/ejb3/src/resources/test/clusteredsession/islocal/foreign/testlocal-beans.xml	2007-12-12 00:17:30 UTC (rev 68166)
+++ trunk/ejb3/src/resources/test/clusteredsession/islocal/foreign/testlocal-beans.xml	2007-12-12 00:45:05 UTC (rev 68167)
@@ -41,6 +41,20 @@
          </parameter>
       </constructor>
       
+      <property name="distributedReplicantManagerImpl">
+         <bean name="Ejb3IsLocalTestDistributedReplicantManager"
+             class="org.jboss.ha.framework.server.DistributedReplicantManagerImpl">      
+            <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedReplicantManager,partitionName=Ejb3IsLocalTestPartition", exposedInterface=org.jboss.ha.framework.server.DistributedReplicantManagerImplMBean.class, registerDirectly=true)</annotation>
+         </bean>
+      </property>
+      
+      <property name="distributedStateImpl">
+         <bean name="Ejb3IsLocalTestDistributedState"
+             class="org.jboss.ha.framework.server.DistributedStateImpl">         
+            <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=DistributedState,partitionName=Ejb3IsLocalTestPartition", exposedInterface=org.jboss.ha.framework.server.DistributedStateImplMBean.class, registerDirectly=true)</annotation>                  
+         </bean>
+      </property>
+      
    </bean>
    
 </deployment>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list