[jbossws-commits] JBossWS SVN: r6699 - in stack/cxf/trunk/modules/testsuite: framework-tests and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Apr 25 08:18:47 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-25 08:18:47 -0400 (Fri, 25 Apr 2008)
New Revision: 6699

Modified:
   stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/test-excludes-jboss501.txt
   stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
Log:
# [EJBTHREE-1323] ClassNotFoundException: org.jboss.ejb3.tx.TxInterceptorFactory

Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/test-excludes-jboss501.txt	2008-04-25 12:17:06 UTC (rev 6698)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/test-excludes-jboss501.txt	2008-04-25 12:18:47 UTC (rev 6699)
@@ -108,3 +108,11 @@
 
 # [JBWS-2097] Unlock WS-ReliableMessaging in all stacks
 org/jboss/test/ws/jaxws/wsrm/**
+
+# [EJBTHREE-1323] ClassNotFoundException: org.jboss.ejb3.tx.TxInterceptorFactory
+org/jboss/test/ws/jaxws/samples/advanced/retail/**
+org/jboss/test/ws/jaxws/samples/context/**
+org/jboss/test/ws/jaxws/samples/eardeployment/**
+org/jboss/test/ws/jaxws/samples/swaref/**
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+org/jboss/test/ws/jaxws/samples/webservice/**

Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml	2008-04-25 12:17:06 UTC (rev 6698)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml	2008-04-25 12:18:47 UTC (rev 6699)
@@ -287,6 +287,14 @@
                 
                 <!--  [CXF-1522] NPE in ServiceUtils -->
                 <exclude>org/jboss/test/ws/jaxws/jbws1566/**</exclude>
+                
+                <!-- [EJBTHREE-1323] ClassNotFoundException: org.jboss.ejb3.tx.TxInterceptorFactory -->
+                <exclude>org/jboss/test/ws/jaxws/samples/advanced/retail/**</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/context/**</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/eardeployment/**</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/swaref/**</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**</exclude>
+                <exclude>org/jboss/test/ws/jaxws/samples/webservice/**</exclude>
               </testExcludes>
             </configuration>
           </plugin>




More information about the jbossws-commits mailing list