[jbossws-commits] JBossWS SVN: r14718 - in stack/native/trunk/modules: testsuite and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 20 06:26:00 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-07-20 06:26:00 -0400 (Wed, 20 Jul 2011)
New Revision: 14718

Modified:
   stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
   stack/native/trunk/modules/testsuite/pom.xml
Log:
[AS7-1322] Adding servlet API dependency on webservices module + preparing exclude for yet to be merged test


Modified: stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
===================================================================
--- stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml	2011-07-20 10:23:25 UTC (rev 14717)
+++ stack/native/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml	2011-07-20 10:26:00 UTC (rev 14718)
@@ -32,6 +32,7 @@
         <module name="javax.annotation.api"/>
         <module name="javax.api"/>
         <module name="javax.jws.api"/>
+        <module name="javax.servlet.api"/>
         <module name="javax.xml.ws.api"/>
         <module name="org.jboss.ejb3"/>
         <module name="org.jboss.invocation"/>

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2011-07-20 10:23:25 UTC (rev 14717)
+++ stack/native/trunk/modules/testsuite/pom.xml	2011-07-20 10:26:00 UTC (rev 14718)
@@ -549,6 +549,10 @@
 
                 <!-- # [JBWS-3252] Investigate WSA interop tests regression -->
                 <exclude>org/jboss/test/ws/interop/wsa/AddressingTestCase*</exclude>
+
+                <!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
+                <exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+
               </excludes>
             </configuration>
           </plugin>
@@ -669,6 +673,10 @@
 
                 <!-- # [JBWS-3252] Investigate WSA interop tests regression -->
                 <exclude>org/jboss/test/ws/interop/wsa/AddressingTestCase*</exclude>
+
+                <!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
+                <exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+
               </excludes>
             </configuration>
           </plugin>
@@ -835,6 +843,10 @@
                  <exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
                  <exclude>org/jboss/test/ws/jaxws/wsaddressing/replyto/**</exclude>
                  <exclude>org/jboss/test/ws/jaxws/jbws1581/**</exclude>
+
+                 <!-- # [AS7-1322] Implemented on AS 7.0.1 or greater only -->
+                 <exclude>org/jboss/test/ws/publish/EndpointPublishTestCase*</exclude>
+
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list