[jboss-cvs] JBossAS SVN: r67960 - in trunk/ejb3/src/resources/test: ejbthree1136 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 5 15:41:52 EST 2007


Author: bdecoste
Date: 2007-12-05 15:41:52 -0500 (Wed, 05 Dec 2007)
New Revision: 67960

Added:
   trunk/ejb3/src/resources/test/ejbthree1136/
   trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml
Log:
[EJBTHREE-1120] merged tests from Branch_4_2

Added: trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml	                        (rev 0)
+++ trunk/ejb3/src/resources/test/ejbthree1136/jboss-service.xml	2007-12-05 20:41:52 UTC (rev 67960)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+   <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>
+
+      <attribute name="RegionRoot">/jar=ejbthree1136.jar,name=DoNothingBean</attribute>
+   </mbean>
+
+</server>




More information about the jboss-cvs-commits mailing list