[jboss-cvs] JBossAS SVN: r68165 - trunk/ejb3/src/resources/test/ejbthree1136.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 11 19:16:10 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-11 19:16:09 -0500 (Tue, 11 Dec 2007)
New Revision: 68165

Modified:
   trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml
Log:
[EJBTHREE-1136] properly inject cache, use region name that trunk generates

Modified: trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml	2007-12-12 00:14:58 UTC (rev 68164)
+++ trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml	2007-12-12 00:16:09 UTC (rev 68165)
@@ -5,9 +5,9 @@
    <mbean code="org.jboss.ejb3.test.ejbthree1136.SFSBCacheManipulator"
       name="jboss.test:service=Ejb3SFSBCacheManipulator">
 
-      <depends optional-attribute-name="ClusteredBeanCache" proxy-type="attribute">jboss.cache:service=EJB3SFSBClusteredCache</depends>
+      <depends optional-attribute-name="ClusteredBeanCache" proxy-type="attribute"><inject bean="EJB3SFSBClusteredCache" property="cache"/></depends>
 
-      <attribute name="RegionRoot">/jar=ejbthree1136.jar,name=DoNothingBean</attribute>
+      <attribute name="RegionRoot">/jboss:j2ee:jar=ejbthree1136.jar,name=DoNothingBean,service=EJB3</attribute>
    </mbean>
 
 </server>




More information about the jboss-cvs-commits mailing list