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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 18 12:42:45 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-10-18 12:42:45 -0400 (Thu, 18 Oct 2012)
New Revision: 16919

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[AS7-5784] Excluding test


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-10-18 16:36:30 UTC (rev 16918)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-10-18 16:42:45 UTC (rev 16919)
@@ -690,6 +690,9 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [AS7-5784] WSIntegrationProcessorJAXWS_EJB does not process @PermitAll, @DeclareRoles and @RolesAllowed properly -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/securityDomain/PermitAllTestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -749,6 +752,9 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [AS7-5784] WSIntegrationProcessorJAXWS_EJB does not process @PermitAll, @DeclareRoles and @RolesAllowed properly -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/securityDomain/PermitAllTestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -807,6 +813,9 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [AS7-5784] WSIntegrationProcessorJAXWS_EJB does not process @PermitAll, @DeclareRoles and @RolesAllowed properly -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/securityDomain/PermitAllTestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -863,6 +872,9 @@
 
                  <!--# [JBWS-3441] Support CDI interceptors for POJO JAX-WS services  -->
                  <exclude>org/jboss/test/ws/jaxws/jbws3441/**</exclude>
+
+                 <!--# [AS7-5784] WSIntegrationProcessorJAXWS_EJB does not process @PermitAll, @DeclareRoles and @RolesAllowed properly -->
+                 <exclude>org/jboss/test/ws/jaxws/samples/securityDomain/PermitAllTestCase*</exclude>
               </excludes>
             </configuration>
           </plugin>



More information about the jbossws-commits mailing list