Author: thomas.diesler(a)jboss.com
Date: 2007-12-04 10:36:04 -0500 (Tue, 04 Dec 2007)
New Revision: 5178
Modified:
stack/cxf/trunk/.classpath
stack/cxf/trunk/ant-import/build-thirdparty.xml
stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt
stack/cxf/trunk/version.properties
Log:
Update CXF excludes
Modified: stack/cxf/trunk/.classpath
===================================================================
--- stack/cxf/trunk/.classpath 2007-12-04 15:18:39 UTC (rev 5177)
+++ stack/cxf/trunk/.classpath 2007-12-04 15:36:04 UTC (rev 5178)
@@ -9,8 +9,6 @@
<classpathentry kind="lib" path="thirdparty/jaxb-xjc.jar"/>
<classpathentry kind="lib"
path="thirdparty/servlet-api.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/spi"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
<classpathentry kind="lib"
path="thirdparty/geronimo-javamail_1.4_spec-1.0-M1.jar"/>
<classpathentry kind="lib"
path="thirdparty/geronimo-ws-metadata_2.0_spec-1.1.1.jar"/>
<classpathentry kind="lib"
path="thirdparty/jboss-common-core.jar"/>
@@ -23,7 +21,7 @@
<classpathentry kind="lib" path="thirdparty/jdom-1.0.jar"/>
<classpathentry kind="lib"
path="thirdparty/neethi-2.0.2.jar"/>
<classpathentry kind="lib" path="thirdparty/resolver.jar"/>
- <classpathentry kind="lib"
path="thirdparty/saaj-api-1.3.jar"/>
+ <classpathentry kind="lib" path="thirdparty/saaj-api-1.3.jar"
sourcepath="apache-cxf"/>
<classpathentry kind="lib"
path="thirdparty/saaj-impl-1.3.jar"/>
<classpathentry kind="lib"
path="thirdparty/spring-beans-2.0.6.jar"/>
<classpathentry kind="lib"
path="thirdparty/spring-context-2.0.6.jar"/>
@@ -37,5 +35,6 @@
<classpathentry kind="lib"
path="thirdparty/XmlSchema-1.3.2.jar"/>
<classpathentry kind="lib"
path="thirdparty/cxf-2.0.3-incubator.jar"
sourcepath="apache-cxf"/>
<classpathentry kind="lib"
path="thirdparty/jaxws-api-2.0.jar"/>
+ <classpathentry kind="lib" path="tools/ant/lib/junit.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-12-04 15:18:39 UTC (rev 5177)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-12-04 15:36:04 UTC (rev 5178)
@@ -47,9 +47,12 @@
<mkdir dir="${thirdparty.dir}"/>
<get
src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common.jar"
dest="${thirdparty.dir}/jbossws-common.jar" usetimestamp="true"
verbose="true"/>
+ <get
src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common-src.zip"
dest="${thirdparty.dir}/jbossws-common-src.zip" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework.jar"
dest="${thirdparty.dir}/jbossws-framework.jar" usetimestamp="true"
verbose="true"/>
+ <get
src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-src.zip"
dest="${thirdparty.dir}/jbossws-framework-src.zip" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-scripts.zip"
dest="${thirdparty.dir}/jbossws-framework-scripts.zip"
usetimestamp="true" verbose="true"/>
<get
src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi.jar"
dest="${thirdparty.dir}/jbossws-spi.jar" usetimestamp="true"
verbose="true"/>
+ <get
src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi-src.zip"
dest="${thirdparty.dir}/jbossws-spi-src.zip" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/jbossws-jboss42/${jbossws-jboss42}/lib/jbossws-jboss42-resources.zip"
dest="${thirdparty.dir}/jbossws-jboss42-resources.zip"
usetimestamp="true" verbose="true"/>
<get
src="${jboss.repository}/apache-xml-commons/${apache-xml-commons}/lib/resolver.jar"
dest="${thirdparty.dir}/resolver.jar" usetimestamp="true"
verbose="true"/>
Modified: stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt 2007-12-04 15:18:39 UTC
(rev 5177)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt 2007-12-04 15:36:04 UTC
(rev 5178)
@@ -16,29 +16,30 @@
org/jboss/test/ws/jaxws/samples/webservice/WebServiceEJB3TestCase.*
org/jboss/test/ws/jaxws/samples/swaref/**
+# [JBWS-1683] Fix JAXR samples for CXF
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1756] Fix @WebServiceRef with CXF
+org/jboss/test/ws/jaxws/samples/retail/**
+org/jboss/test/ws/jaxws/samples/serviceref/**
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
+# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and
WSContractConsumer)
+org/jboss/test/ws/jaxws/smoke/tools/**
+
# [CXF-1244] Application Exception not initialized properly
org/jboss/test/ws/jaxws/samples/exception/**
-# [JBWS-1751] Investigate CXF samples handlerchain
+# [CXF-1250] SOAPMessage.getSOAPHeader returns null
org/jboss/test/ws/jaxws/samples/handlerchain/**
-# [JBWS-1752] Investigate CXF samples httpbinding
+# [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
org/jboss/test/ws/jaxws/samples/httpbinding/**
+org/jboss/test/ws/jaxws/samples/provider/**
-# [JBWS-1683] Fix JAXR samples for XFire
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
-# [JBWS-1753] Investigate CXF samples logicalhandler
+# [CXF-1253] CXF does not respect @HandlerChain on client SEI
org/jboss/test/ws/jaxws/samples/logicalhandler/**
-# [JBWS-1755] Investigate CXF samples provider
-org/jboss/test/ws/jaxws/samples/provider/**
-
-# [JBWS-1756] Fix @WebServiceRef with CXF
-org/jboss/test/ws/jaxws/samples/retail/**
-org/jboss/test/ws/jaxws/samples/serviceref/**
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
# [JBWS-1757] Investigate CXF samples soapbinding
org/jboss/test/ws/jaxws/samples/soapbinding/**
@@ -51,6 +52,4 @@
# [JBWS-1760] Investigate CXF samples xop
org/jboss/test/ws/jaxws/samples/xop/**
-# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and
WSContractConsumer)
-org/jboss/test/ws/jaxws/smoke/tools/**
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2007-12-04 15:18:39 UTC (rev 5177)
+++ stack/cxf/trunk/version.properties 2007-12-04 15:36:04 UTC (rev 5178)
@@ -34,7 +34,7 @@
# Thirdparty library versions
jbossws-framework=2.0.2.GA
-jbossws-common=1.0.2.GA
+jbossws-common=snapshot
jbossws-spi=1.0.0.GA
jbossws-jboss42=4.2.1.GA
Show replies by date