[jboss-cvs] JBossAS SVN: r72047 - branches/Branch_4_2/testsuite/src/resources/cts/cmpv1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 14:50:36 EDT 2008


Author: adrian at jboss.org
Date: 2008-04-11 14:50:36 -0400 (Fri, 11 Apr 2008)
New Revision: 72047

Modified:
   branches/Branch_4_2/testsuite/src/resources/cts/cmpv1/jboss-service.xml
Log:
Fix the broken config

Modified: branches/Branch_4_2/testsuite/src/resources/cts/cmpv1/jboss-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cts/cmpv1/jboss-service.xml	2008-04-11 18:21:48 UTC (rev 72046)
+++ branches/Branch_4_2/testsuite/src/resources/cts/cmpv1/jboss-service.xml	2008-04-11 18:50:36 UTC (rev 72047)
@@ -4,6 +4,6 @@
   <mbean code="org.jboss.test.cts.service.CtsCmpService"
          name="jboss.test:service=CtsCmpServiceV1">
     <attribute name="HomeJndiName">v1/local/CtsCmp2Bean</attribute>
-    <depends>jboss.j2ee:service=EJB,jndiName=v1/CtsCmp2Bean</depends>
+    <depends>jboss.j2ee:service=EJB,jndiName=v1/local/CtsCmp2Bean</depends>
   </mbean>
 </server>




More information about the jboss-cvs-commits mailing list