[jbossws-commits] JBossWS SVN: r14466 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 3 11:54:11 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-06-03 11:54:11 -0400 (Fri, 03 Jun 2011)
New Revision: 14466

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3306] excluding test


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-03 15:31:05 UTC (rev 14465)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-03 15:54:11 UTC (rev 14466)
@@ -1058,6 +1058,9 @@
                  <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
                  <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
 
+                 <!-- # [JBWS-3306] No XPathFactory implementation found by a JAXWS client on AS7 -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/exception/ExceptionServletTestCase*</exclude>
+
                  <!-- JAXR not available -->
                  <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
 



More information about the jbossws-commits mailing list