[jboss-cvs] JBossAS SVN: r60667 - branches/Branch_4_2/ejb3/src/resources/test/service.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 19 09:39:34 EST 2007
Author: wolfc
Date: 2007-02-19 09:39:34 -0500 (Mon, 19 Feb 2007)
New Revision: 60667
Modified:
branches/Branch_4_2/ejb3/src/resources/test/service/test-destination-service.xml
Log:
Fixed service test
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-19 13:44:10 UTC (rev 60666)
+++ branches/Branch_4_2/ejb3/src/resources/test/service/test-destination-service.xml 2007-02-19 14:39:34 UTC (rev 60667)
@@ -18,12 +18,10 @@
<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>
+ name="jboss.mq.destination:service=Topic,name=myTestTopic">
+ <attribute name="JNDIName">topic/myTestTopic</attribute>
<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
</mbean>
--->
</server>
More information about the jboss-cvs-commits
mailing list