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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 18 08:29:45 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-18 08:29:44 -0400 (Wed, 18 Jun 2008)
New Revision: 7635

Modified:
   stack/cxf/trunk/.classpath
   stack/cxf/trunk/modules/testsuite/pom.xml
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
synchronize CXF trunk with CXF QA branch

Modified: stack/cxf/trunk/.classpath
===================================================================
--- stack/cxf/trunk/.classpath	2008-06-18 11:35:27 UTC (rev 7634)
+++ stack/cxf/trunk/.classpath	2008-06-18 12:29:44 UTC (rev 7635)
@@ -1,5 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="src" path="modules/server/src/main/java"/>
+	<classpathentry kind="src" path="modules/testsuite/cxf-tests/src/test/java"/>
+	<classpathentry kind="src" path="modules/client/src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path=""/>
+	<classpathentry kind="output" path="target/eclipse-classes"/>
 </classpath>

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2008-06-18 11:35:27 UTC (rev 7634)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2008-06-18 12:29:44 UTC (rev 7635)
@@ -18,7 +18,6 @@
   <properties>
     <surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
     <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
-    <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
     <test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
     <test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
     <test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
@@ -209,7 +208,7 @@
         </property>
       </activation>
       <properties>
-        <surefire.jvm.args>${surefire.security.args} ${surefire.jdwp.args} ${surefire.gc.args}</surefire.jvm.args>
+        <surefire.jvm.args>${surefire.security.args} ${surefire.jdwp.args}</surefire.jvm.args>
       </properties>
     </profile>
     <profile>
@@ -220,7 +219,7 @@
         </property>
       </activation>
       <properties>
-        <surefire.jvm.args>${surefire.security.args} ${surefire.gc.args}</surefire.jvm.args>
+        <surefire.jvm.args>${surefire.security.args}</surefire.jvm.args>
       </properties>
     </profile>
     

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt	2008-06-18 11:35:27 UTC (rev 7634)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt	2008-06-18 12:29:44 UTC (rev 7635)
@@ -69,9 +69,6 @@
 # [CXF-1624] XmlSchemaException: Schema name conflict in collection
 org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
 # [JBWS-1683] Fix JAXR samples for CXF
 org/jboss/test/ws/jaxws/samples/jaxr/**
 
@@ -99,9 +96,12 @@
 # [JBWS-2119] WebServiceRef injection from DD doesn't work
 org/jboss/test/ws/jaxws/jbws1841/**
 
-# [JBWS-2163] wsconsume for maven build
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**
+
+# [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
-# [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
+org/jboss/test/ws/jaxws/jbws1178/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt	2008-06-18 11:35:27 UTC (rev 7634)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt	2008-06-18 12:29:44 UTC (rev 7635)
@@ -69,9 +69,6 @@
 # [CXF-1624] XmlSchemaException: Schema name conflict in collection
 org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
 # [JBWS-1683] Fix JAXR samples for CXF
 org/jboss/test/ws/jaxws/samples/jaxr/**
 
@@ -99,9 +96,12 @@
 # [JBWS-2119] WebServiceRef injection from DD doesn't work
 org/jboss/test/ws/jaxws/jbws1841/**
 
-# [JBWS-2163] wsconsume for maven build
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**
+
+# [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
-# [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
+org/jboss/test/ws/jaxws/jbws1178/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2008-06-18 11:35:27 UTC (rev 7634)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2008-06-18 12:29:44 UTC (rev 7635)
@@ -103,10 +103,6 @@
 # [JBWS-2120] @WebWservice does not work with class isolation
 org/jboss/test/ws/jaxws/jbws1556/**
 
-# [JBWS-2163] wsconsume for maven build
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
@@ -124,3 +120,10 @@
 org/jboss/test/ws/jaxws/samples/webservice/WebServiceEJB3TestCase.*
 org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
 org/jboss/test/ws/projectGenerator/**
+
+# [JBWS-2223] wsconsume for cxf build
+org/jboss/test/ws/jaxws/complex/**
+org/jboss/test/ws/jaxws/holder/**
+
+# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
+org/jboss/test/ws/jaxws/jbws1178/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-06-18 11:35:27 UTC (rev 7634)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-06-18 12:29:44 UTC (rev 7635)
@@ -103,12 +103,15 @@
 # [JBWS-2119] WebServiceRef injection from DD doesn't work
 org/jboss/test/ws/jaxws/jbws1841/**
 
-# [JBWS-2163] wsconsume for maven build
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
 # [JBWS-2194] request requires HTTP authentication: Unauthorized
 org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
+
+# [JBWS-2223] wsconsume for cxf build
+org/jboss/test/ws/jaxws/complex/**
+org/jboss/test/ws/jaxws/holder/**
+
+# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
+org/jboss/test/ws/jaxws/jbws1178/**




More information about the jbossws-commits mailing list