[jboss-cvs] JBossAS SVN: r60145 - trunk/testsuite/src/resources/jbossmessaging.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 31 12:45:14 EST 2007
Author: clebert.suconic at jboss.com
Date: 2007-01-31 12:45:14 -0500 (Wed, 31 Jan 2007)
New Revision: 60145
Modified:
trunk/testsuite/src/resources/jbossmessaging/test-destinations-service.xml
Log:
Fixing testcases on messaging integration testsuite
Modified: trunk/testsuite/src/resources/jbossmessaging/test-destinations-service.xml
===================================================================
--- trunk/testsuite/src/resources/jbossmessaging/test-destinations-service.xml 2007-01-31 17:39:07 UTC (rev 60144)
+++ trunk/testsuite/src/resources/jbossmessaging/test-destinations-service.xml 2007-01-31 17:45:14 UTC (rev 60145)
@@ -6,7 +6,7 @@
<!-- <loader-repository-config>java2ParentDelegation=false</loader-repository-config> -->
<!-- </loader-repository> -->
- <mbean code="org.jboss.jms.server.destination.Topic"
+ <!-- <mbean code="org.jboss.jms.server.destination.Topic"
name="jboss.messaging.destination:service=Topic,name=testTopic"
xmbean-dd="xmdesc/Topic-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
@@ -17,7 +17,7 @@
<role name="durpublisher" read="true" write="true" create="true"/>
</security>
</attribute>
- </mbean>
+ </mbean> Already instealled on messaging.. just ignoring it -->
<mbean code="org.jboss.jms.server.destination.Topic"
name="jboss.messaging.destination:service=Topic,name=securedTopic"
@@ -44,7 +44,7 @@
</mbean>
- <mbean code="org.jboss.jms.server.destination.Queue"
+ <!-- <mbean code="org.jboss.jms.server.destination.Queue"
name="jboss.messaging.destination:service=Queue,name=testQueue"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
@@ -55,6 +55,6 @@
<role name="noacc" read="false" write="false" create="false"/>
</security>
</attribute>
- </mbean>
+ </mbean> Already instealled on messaging.. just ignoring it -->
</server>
More information about the jboss-cvs-commits
mailing list