[jbossws-commits] JBossWS SVN: r14604 - in stack/cxf/trunk/modules/testsuite: cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 22 18:40:40 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-06-22 18:40:39 -0400 (Wed, 22 Jun 2011)
New Revision: 14604

Modified:
   stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3321] excluding test

Modified: stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml	2011-06-22 22:22:34 UTC (rev 14603)
+++ stack/cxf/trunk/modules/testsuite/cxf-spring-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/web.xml	2011-06-22 22:40:39 UTC (rev 14604)
@@ -6,12 +6,12 @@
   version="2.4">
 
   <servlet>
-    <servlet-name>Test_Service_Servlet</servlet-name>
+    <servlet-name>Test Service Servlet</servlet-name>
     <servlet-class>org.jboss.test.ws.jaxws.cxf.descriptor.DescriptorEndpointImpl</servlet-class>
   </servlet>
 
   <servlet-mapping>
-    <servlet-name>Test_Service_Servlet</servlet-name>
+    <servlet-name>Test Service Servlet</servlet-name>
     <url-pattern>/*</url-pattern>
   </servlet-mapping>
 

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-22 22:22:34 UTC (rev 14603)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-22 22:40:39 UTC (rev 14604)
@@ -1072,6 +1072,9 @@
                  <!-- # [JBWS-3306] No XPathFactory implementation found by a JAXWS client on AS7 -->
                  <exclude>org/jboss/test/ws/jaxws/samples/exception/ExceptionServletTestCase*</exclude>
 
+                 <!-- # [JBWS-3321] Enhance ModelDA to generate compatible PathElements -->
+                 <exclude>org/jboss/test/ws/jaxws/cxf/descriptor/DescriptorJSETestCase*</exclude>
+
                  <!-- JAXR not available -->
                  <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
 



More information about the jbossws-commits mailing list