[jboss-cvs] JBossAS SVN: r60142 - trunk/testsuite/src/resources/jbossmessaging.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 31 12:11:04 EST 2007
Author: clebert.suconic at jboss.com
Date: 2007-01-31 12:11:04 -0500 (Wed, 31 Jan 2007)
New Revision: 60142
Modified:
trunk/testsuite/src/resources/jbossmessaging/test-destinations-full-service.xml
Log:
Fixing testcases on messaging integration testsuite
Modified: trunk/testsuite/src/resources/jbossmessaging/test-destinations-full-service.xml
===================================================================
--- trunk/testsuite/src/resources/jbossmessaging/test-destinations-full-service.xml 2007-01-31 16:26:45 UTC (rev 60141)
+++ trunk/testsuite/src/resources/jbossmessaging/test-destinations-full-service.xml 2007-01-31 17:11:04 UTC (rev 60142)
@@ -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 installed with messaging.. so just ignoring this one -->
<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,7 +55,7 @@
<role name="noacc" read="false" write="false" create="false"/>
</security>
</attribute>
- </mbean>
+ </mbean> Already installed with messaging.. so just ignoring this one -->
<mbean code="org.jboss.jms.server.destination.Queue"
name="jboss.messaging.destination:service=Queue,name=A"
@@ -64,12 +64,6 @@
</mbean>
<mbean code="org.jboss.jms.server.destination.Queue"
- name="jboss.messaging.destination:service=Queue,name=A"
- xmbean-dd="xmdesc/Queue-xmbean.xml">
- <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
- </mbean>
-
- <mbean code="org.jboss.jms.server.destination.Queue"
name="jboss.messaging.destination:service=Queue,name=B"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
More information about the jboss-cvs-commits
mailing list