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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed May 18 07:11:25 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-05-18 07:11:25 -0400 (Wed, 18 May 2011)
New Revision: 14400

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3257] Updating exclusions


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-05-18 10:56:36 UTC (rev 14399)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-05-18 11:11:25 UTC (rev 14400)
@@ -1000,9 +1000,11 @@
 
                  <!-- # [JBWS-3226] jboss-service.xml not matching AS7 format -->
                  <exclude>org/jboss/test/ws/jaxws/jbws1854/**</exclude>
+
+                 <!-- # [JBWS-3257] No class available with name 'org.jboss.security.plugins.JaasSecurityDomain' -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsseDigest/UsernameDigestTestCase*</exclude>
 
-                 <!-- # [JBWS-3227] handles config file not found on classpath -->
+                 <!-- # [JBWS-3227] handlers config file not found on classpath -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3034/**</exclude>
 
                  <!-- # [JBWS-3232] javax.naming.NameNotFoundException: Name 'service' not found in context 'env' -->



More information about the jbossws-commits mailing list