[jbossws-commits] JBossWS SVN: r8546 - in stack/metro/trunk: modules/testsuite and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 23 15:19:44 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-23 15:19:44 -0400 (Thu, 23 Oct 2008)
New Revision: 8546

Added:
   stack/metro/trunk/modules/testsuite/test-excludes-jboss422-JDK6.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss423-JDK6.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss424-JDK6.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss500-JDK6.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss501-JDK6.txt
Modified:
   stack/metro/trunk/modules/testsuite/pom.xml
   stack/metro/trunk/pom.xml
Log:
[JBWS-2344] Different excludes files for JDK5 and JDK6


Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml	2008-10-23 16:28:07 UTC (rev 8545)
+++ stack/metro/trunk/modules/testsuite/pom.xml	2008-10-23 19:19:44 UTC (rev 8546)
@@ -317,7 +317,7 @@
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
-              <testExcludeFile>../test-excludes-jboss422.txt</testExcludeFile>
+              <testExcludeFile>../test-excludes-jboss422${excludeFileSuffix}.txt</testExcludeFile>
             </configuration>
           </plugin>
           <plugin>
@@ -362,7 +362,7 @@
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
-              <testExcludeFile>../test-excludes-jboss423.txt</testExcludeFile>
+              <testExcludeFile>../test-excludes-jboss423${excludeFileSuffix}.txt</testExcludeFile>
             </configuration>
           </plugin>
           <plugin>
@@ -407,7 +407,7 @@
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
-              <testExcludeFile>../test-excludes-jboss424.txt</testExcludeFile>
+              <testExcludeFile>../test-excludes-jboss424${excludeFileSuffix}.txt</testExcludeFile>
             </configuration>
           </plugin>
           <plugin>
@@ -465,7 +465,7 @@
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
-              <testExcludeFile>../test-excludes-jboss500.txt</testExcludeFile>
+              <testExcludeFile>../test-excludes-jboss500${excludeFileSuffix}.txt</testExcludeFile>
             </configuration>
           </plugin>
           <plugin>
@@ -528,7 +528,7 @@
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
-              <testExcludeFile>../test-excludes-jboss501.txt</testExcludeFile>
+              <testExcludeFile>../test-excludes-jboss501${excludeFileSuffix}.txt</testExcludeFile>
             </configuration>
           </plugin>
           <plugin>

Added: stack/metro/trunk/modules/testsuite/test-excludes-jboss422-JDK6.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss422-JDK6.txt	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss422-JDK6.txt	2008-10-23 19:19:44 UTC (rev 8546)
@@ -0,0 +1,62 @@
+# EJB3/Injection excludes
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
+# Exclude endpoints with AS5 @SecurityDomain
+org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
+
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
+# [JBWS-1813] context-root from jboss.xml 
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [JBWS-1841] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws2183/**
+
+# [JBWS-2131] NoSuchElementException during wsdl generation at deploy
+org/jboss/test/ws/jaxws/jbws1702/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/samples/xop/**
+
+# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
+org/jboss/test/ws/jaxws/jbws2241/**
+
+# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2329] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
+# [JBWS-2343] Enable tests requiring atp/wsgen on client side
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1357/**
+org/jboss/test/ws/jaxws/jbws1422/**
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1529/**
+org/jboss/test/ws/jaxws/jbws1566/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1733/**
+org/jboss/test/ws/jaxws/jbws1762/**
+org/jboss/test/ws/jaxws/jbws1797/**
+org/jboss/test/ws/jaxws/jbws1799/**
+org/jboss/test/ws/jaxws/jbws1845/**
+org/jboss/test/ws/jaxws/jbws1872/**
+org/jboss/test/ws/jaxws/jbws2218/**
+org/jboss/test/ws/jaxws/jbws2250/**
+
+# [JBWS-2347] Rewrite @WebFault related tests
+org/jboss/test/ws/jaxws/jbws1904/**
+org/jboss/test/ws/jaxws/webfault/**
+
+# [JBWS-2348] Fix jbws1969 testcase
+org/jboss/test/ws/jaxws/jbws1969/**
+
+# [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5 
+org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*


Property changes on: stack/metro/trunk/modules/testsuite/test-excludes-jboss422-JDK6.txt
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/metro/trunk/modules/testsuite/test-excludes-jboss423-JDK6.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss423-JDK6.txt	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss423-JDK6.txt	2008-10-23 19:19:44 UTC (rev 8546)
@@ -0,0 +1,59 @@
+# EJB3/Injection excludes
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
+# Exclude endpoints with AS5 @SecurityDomain
+org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
+
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
+# [JBWS-1841] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws2183/**
+
+# [JBWS-2131] NoSuchElementException during wsdl generation at deploy 
+org/jboss/test/ws/jaxws/jbws1702/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/samples/xop/**
+
+# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
+org/jboss/test/ws/jaxws/jbws2241/**
+
+# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2329] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
+# [JBWS-2343] Enable tests requiring atp/wsgen on client side
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1357/**
+org/jboss/test/ws/jaxws/jbws1422/**
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1529/**
+org/jboss/test/ws/jaxws/jbws1566/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1733/**
+org/jboss/test/ws/jaxws/jbws1762/**
+org/jboss/test/ws/jaxws/jbws1797/**
+org/jboss/test/ws/jaxws/jbws1799/**
+org/jboss/test/ws/jaxws/jbws1845/**
+org/jboss/test/ws/jaxws/jbws1872/**
+org/jboss/test/ws/jaxws/jbws2218/**
+org/jboss/test/ws/jaxws/jbws2250/**
+
+# [JBWS-2347] Rewrite @WebFault related tests
+org/jboss/test/ws/jaxws/jbws1904/**
+org/jboss/test/ws/jaxws/webfault/**
+
+# [JBWS-2348] Fix jbws1969 testcase
+org/jboss/test/ws/jaxws/jbws1969/**
+
+# [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5 
+org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*


Property changes on: stack/metro/trunk/modules/testsuite/test-excludes-jboss423-JDK6.txt
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/metro/trunk/modules/testsuite/test-excludes-jboss424-JDK6.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss424-JDK6.txt	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss424-JDK6.txt	2008-10-23 19:19:44 UTC (rev 8546)
@@ -0,0 +1,59 @@
+# EJB3/Injection excludes
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
+# Exclude endpoints with AS5 @SecurityDomain
+org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
+
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
+# [JBWS-1841] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws2183/**
+
+# [JBWS-2131] NoSuchElementException during wsdl generation at deploy 
+org/jboss/test/ws/jaxws/jbws1702/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/jbws2000/**
+org/jboss/test/ws/jaxws/samples/xop/**
+
+# [JBWS-2240] PortComponent from jboss.xml descriptor is not parsed
+org/jboss/test/ws/jaxws/jbws2241/**
+
+# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2329] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
+# [JBWS-2343] Enable tests requiring atp/wsgen on client side
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1357/**
+org/jboss/test/ws/jaxws/jbws1422/**
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1529/**
+org/jboss/test/ws/jaxws/jbws1566/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1733/**
+org/jboss/test/ws/jaxws/jbws1762/**
+org/jboss/test/ws/jaxws/jbws1797/**
+org/jboss/test/ws/jaxws/jbws1799/**
+org/jboss/test/ws/jaxws/jbws1845/**
+org/jboss/test/ws/jaxws/jbws1872/**
+org/jboss/test/ws/jaxws/jbws2218/**
+org/jboss/test/ws/jaxws/jbws2250/**
+
+# [JBWS-2347] Rewrite @WebFault related tests
+org/jboss/test/ws/jaxws/jbws1904/**
+org/jboss/test/ws/jaxws/webfault/**
+
+# [JBWS-2348] Fix jbws1969 testcase
+org/jboss/test/ws/jaxws/jbws1969/**
+
+# [JBWS-981] @WebContext defined virtual hosts only being fixed for JBoss 5 
+org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*


Property changes on: stack/metro/trunk/modules/testsuite/test-excludes-jboss424-JDK6.txt
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/metro/trunk/modules/testsuite/test-excludes-jboss500-JDK6.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500-JDK6.txt	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500-JDK6.txt	2008-10-23 19:19:44 UTC (rev 8546)
@@ -0,0 +1,56 @@
+# Exclude endpoints with AS42 @SecurityDomain
+org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
+
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+
+# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws2183/**
+
+# [JBWS-2131] NoSuchElementException during wsdl generation at deploy
+org/jboss/test/ws/jaxws/jbws1702/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/jbws2000/**
+
+# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2329] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
+# [JBWS-2343] Enable tests requiring atp/wsgen on client side
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1357/**
+org/jboss/test/ws/jaxws/jbws1422/**
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1529/**
+org/jboss/test/ws/jaxws/jbws1566/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1733/**
+org/jboss/test/ws/jaxws/jbws1762/**
+org/jboss/test/ws/jaxws/jbws1797/**
+org/jboss/test/ws/jaxws/jbws1799/**
+org/jboss/test/ws/jaxws/jbws1845/**
+org/jboss/test/ws/jaxws/jbws1872/**
+org/jboss/test/ws/jaxws/jbws2218/**
+org/jboss/test/ws/jaxws/jbws2241/**
+org/jboss/test/ws/jaxws/jbws2250/**
+
+# [JBWS-2344][JBWS-2342] These tests currently run fine with JDK6 only
+org/jboss/test/ws/jaxws/holder/**
+org/jboss/test/ws/jaxws/jbws1822/**
+org/jboss/test/ws/jaxws/jbws860/**
+
+# [JBWS-2347] Rewrite @WebFault related tests
+org/jboss/test/ws/jaxws/jbws1904/**
+org/jboss/test/ws/jaxws/webfault/**
+
+# [JBWS-2348] Fix jbws1969 testcase
+org/jboss/test/ws/jaxws/jbws1969/**


Property changes on: stack/metro/trunk/modules/testsuite/test-excludes-jboss500-JDK6.txt
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: stack/metro/trunk/modules/testsuite/test-excludes-jboss501-JDK6.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501-JDK6.txt	                        (rev 0)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501-JDK6.txt	2008-10-23 19:19:44 UTC (rev 8546)
@@ -0,0 +1,56 @@
+# Exclude endpoints with AS42 @SecurityDomain
+org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
+
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+
+# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws2183/**
+
+# [JBWS-2131] NoSuchElementException during wsdl generation at deploy
+org/jboss/test/ws/jaxws/jbws1702/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/jbws2000/**
+
+# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2329] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
+# [JBWS-2343] Enable tests requiring atp/wsgen on client side
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1357/**
+org/jboss/test/ws/jaxws/jbws1422/**
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1529/**
+org/jboss/test/ws/jaxws/jbws1566/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1733/**
+org/jboss/test/ws/jaxws/jbws1762/**
+org/jboss/test/ws/jaxws/jbws1797/**
+org/jboss/test/ws/jaxws/jbws1799/**
+org/jboss/test/ws/jaxws/jbws1845/**
+org/jboss/test/ws/jaxws/jbws1872/**
+org/jboss/test/ws/jaxws/jbws2218/**
+org/jboss/test/ws/jaxws/jbws2241/**
+org/jboss/test/ws/jaxws/jbws2250/**
+
+# [JBWS-2344][JBWS-2342] These tests currently run fine with JDK6 only
+org/jboss/test/ws/jaxws/holder/**
+org/jboss/test/ws/jaxws/jbws1822/**
+org/jboss/test/ws/jaxws/jbws860/**
+
+# [JBWS-2347] Rewrite @WebFault related tests
+org/jboss/test/ws/jaxws/jbws1904/**
+org/jboss/test/ws/jaxws/webfault/**
+
+# [JBWS-2348] Fix jbws1969 testcase
+org/jboss/test/ws/jaxws/jbws1969/**


Property changes on: stack/metro/trunk/modules/testsuite/test-excludes-jboss501-JDK6.txt
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml	2008-10-23 16:28:07 UTC (rev 8545)
+++ stack/metro/trunk/pom.xml	2008-10-23 19:19:44 UTC (rev 8546)
@@ -490,6 +490,33 @@
     </profile>
     
     <!-- 
+    Name:  jdk16
+    Descr: Set jdk1.6 properties  
+    -->
+    <profile>
+      <id>jdk16</id>
+      <activation>
+        <jdk>1.6</jdk>
+      </activation>
+      <properties>
+        <excludeFileSuffix>-JDK6</excludeFileSuffix>
+      </properties>
+    </profile>
+
+    <!-- 
+    Name:  not_jdk16
+    -->
+    <profile>
+      <id>not_jdk16</id>
+      <activation>
+        <jdk>!1.6</jdk>
+      </activation>
+      <properties>
+        <excludeFileSuffix></excludeFileSuffix>
+      </properties>
+    </profile>
+
+    <!-- 
     Name:  smoketest
     Descr: Executes the smoke tests  
     -->




More information about the jbossws-commits mailing list