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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Feb 2 09:21:19 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-02 09:21:19 -0500 (Mon, 02 Feb 2009)
New Revision: 9194

Modified:
   stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml
   stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2433] fixing first test case

Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml	2009-02-02 13:17:59 UTC (rev 9193)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/resources/jaxrpc/samples/jmstransport/META-INF/ejb-jar.xml	2009-02-02 14:21:19 UTC (rev 9194)
@@ -7,8 +7,8 @@
     <message-driven>
       <ejb-name>OrganizationMDB</ejb-name>
       <ejb-class>org.jboss.test.ws.jaxrpc.samples.jmstransport.OrganizationJMSEndpoint</ejb-class>
+      <transaction-type>Container</transaction-type>
       <message-selector></message-selector>
-      <transaction-type>Container</transaction-type>
       <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
       <message-driven-destination>
         <destination-type>javax.jms.Queue</destination-type>

Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-02 13:17:59 UTC (rev 9193)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-02 14:21:19 UTC (rev 9194)
@@ -12,7 +12,7 @@
 # [JBWS-2433] Investigate why MessageDriven EJB3 tests are failing
 org/jboss/test/ws/jaxws/samples/jmstransport/**
 org/jboss/test/ws/jaxws/samples/dar/**
-org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.*
+#org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.*
 
 # [JBWS-2217] Fix BPEL jaxrpc samples
 org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*




More information about the jbossws-commits mailing list