[jbossws-commits] JBossWS SVN: r9198 - in stack/native/trunk/modules/testsuite: native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 2 09:47:18 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-02 09:47:18 -0500 (Mon, 02 Feb 2009)
New Revision: 9198

Modified:
   stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml
   stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt
   stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2433] enabling another JMS test

Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml	2009-02-02 14:28:41 UTC (rev 9197)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxws/samples/jmstransport/META-INF/jboss-service.xml	2009-02-02 14:47:18 UTC (rev 9198)
@@ -1,11 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <server>
-  <!-- should be created automatically
   <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=RequestQueue">
     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
   </mbean>
-  -->
   <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=ResponseQueue">
     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
   </mbean>

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-02 14:28:41 UTC (rev 9197)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-02 14:47:18 UTC (rev 9198)
@@ -10,7 +10,6 @@
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
 
 # [JBWS-2433] Investigate why MessageDriven EJB3 tests are failing
-org/jboss/test/ws/jaxws/samples/jmstransport/**
 org/jboss/test/ws/jaxws/samples/dar/**
 
 # [JBAS-5257] Cannot deploy through jax-ws endpoint API

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-02 14:28:41 UTC (rev 9197)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-02 14:47:18 UTC (rev 9198)
@@ -10,7 +10,6 @@
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
 
 # [JBWS-2433] Investigate why MessageDriven EJB3 tests are failing
-org/jboss/test/ws/jaxws/samples/jmstransport/**
 org/jboss/test/ws/jaxws/samples/dar/**
 
 # [JBWS-2217] Fix BPEL jaxrpc samples

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-02 14:28:41 UTC (rev 9197)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-02 14:47:18 UTC (rev 9198)
@@ -10,7 +10,6 @@
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
 
 # [JBWS-2433] Investigate why MessageDriven EJB3 tests are failing
-org/jboss/test/ws/jaxws/samples/jmstransport/**
 org/jboss/test/ws/jaxws/samples/dar/**
 
 # [JBWS-2217] Fix BPEL jaxrpc samples




More information about the jbossws-commits mailing list