[jboss-cvs] JBossAS SVN: r60375 - branches/Branch_4_2/ejb3/src/resources/test/service.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 7 08:32:47 EST 2007


Author: wolfc
Date: 2007-02-07 08:32:47 -0500 (Wed, 07 Feb 2007)
New Revision: 60375

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/service/test-destination-service.xml
Log:
Fixed deployment

Modified: branches/Branch_4_2/ejb3/src/resources/test/service/test-destination-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/service/test-destination-service.xml	2007-02-07 13:20:24 UTC (rev 60374)
+++ branches/Branch_4_2/ejb3/src/resources/test/service/test-destination-service.xml	2007-02-07 13:32:47 UTC (rev 60375)
@@ -18,11 +18,12 @@
       <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
    </mbean>
 
+<!--
    <mbean code="org.jboss.mq.server.jmx.Topic"
       name="jboss.mq.destination:service=Topic,name=testTopic">
       <attribute name="JNDIName">topic/testTopic</attribute>
       <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
    </mbean>
+-->
 
-
 </server>




More information about the jboss-cvs-commits mailing list