JBossWS SVN: r4368 - stack/native/branches/native-2.0/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: richard_opalka
Date: 2007-08-15 02:44:50 -0400 (Wed, 15 Aug 2007)
New Revision: 4368
Modified:
stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss42.txt
Log:
removing useless excludes
Modified: stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss42.txt
===================================================================
--- stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss42.txt 2007-08-14 16:57:50 UTC (rev 4367)
+++ stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss42.txt 2007-08-15 06:44:50 UTC (rev 4368)
@@ -1,11 +1,3 @@
-# benchmark tests
-org/jboss/test/ws/benchmark/**
-
# EJB3/Injection excludes
-org/jboss/test/ws/jaxws/jbws1581/**
-org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase*
-org/jboss/test/ws/jaxws/samples/retail/**
-org/jboss/test/ws/jaxws/samples/serviceref/**
org/jboss/test/ws/jaxws/samples/webserviceref/**
-
org/jboss/test/ws/jaxws/webserviceref/**
17 years, 4 months
JBossWS SVN: r4367 - stack/native/branches/native-2.0/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: richard_opalka
Date: 2007-08-14 12:57:50 -0400 (Tue, 14 Aug 2007)
New Revision: 4367
Modified:
stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss50.txt
Log:
removing obsolete excludes
Modified: stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss50.txt
===================================================================
--- stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss50.txt 2007-08-14 16:46:50 UTC (rev 4366)
+++ stack/native/branches/native-2.0/src/test/resources/test-excludes-jboss50.txt 2007-08-14 16:57:50 UTC (rev 4367)
@@ -1,19 +1,6 @@
-# benchmark tests
-#org/jboss/test/ws/benchmark/**
-
# Fix before JBoss50 goes final
-org/jboss/test/ws/jaxrpc/jbas897/JBAS897TestCase.*
org/jboss/test/ws/jaxrpc/jbws124/JBWS124TestCase.*
org/jboss/test/ws/jaxrpc/jbws128/JBWS128TestCase.*
org/jboss/test/ws/jaxrpc/jbws153/JBWS153TestCase.*
-org/jboss/test/ws/jaxrpc/jbws165/JBWS165TestCase.*
-org/jboss/test/ws/jaxrpc/jbws331/JBWS331TestCase.*
-org/jboss/test/ws/jaxrpc/jbws358/JBWS358TestCase.*
-org/jboss/test/ws/jaxrpc/jbws626/JBWS626TestCase.*
-org/jboss/test/ws/jaxrpc/jbws772/JBWS772TestCase.*
-org/jboss/test/ws/jaxrpc/samples/jsr109ejb/*TestCase.*
-org/jboss/test/ws/jaxrpc/samples/jmstransport/JMSTransportTestCase.*
-org/jboss/test/ws/jaxrpc/samples/jmstransport/OrganizationJMSEndpoint.*
org/jboss/test/ws/jaxrpc/samples/wsbpel/hello/*TestCase.*
org/jboss/test/ws/jaxrpc/wsdlpublish/**
-
17 years, 4 months
JBossWS SVN: r4366 - stack/cxf/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-14 12:46:50 -0400 (Tue, 14 Aug 2007)
New Revision: 4366
Modified:
stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
Log:
Remove resolver.jar
Modified: stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
===================================================================
--- stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-14 16:05:54 UTC (rev 4365)
+++ stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-14 16:46:50 UTC (rev 4366)
@@ -106,7 +106,6 @@
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
<include name="jaxb-xjc.jar"/>
- <include name="resolver.jar"/>
</fileset>
</copy>
@@ -142,7 +141,6 @@
<fileset dir="${jboss42.home}/client">
<include name="jbossws-spi.jar"/>
<include name="jbossws-jboss42.jar"/>
- <include name="resolver.jar"/>
</fileset>
<!--SERVER JARS -->
17 years, 4 months
JBossWS SVN: r4365 - in stack/cxf/trunk: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-14 12:05:54 -0400 (Tue, 14 Aug 2007)
New Revision: 4365
Modified:
stack/cxf/trunk/
stack/cxf/trunk/ant-import/build-testsuite.xml
stack/cxf/trunk/ant-import/build-thirdparty.xml
stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
stack/cxf/trunk/build.xml
stack/cxf/trunk/version.properties
Log:
Build apache cxf from source
Property changes on: stack/cxf/trunk
___________________________________________________________________
Name: svn:ignore
- thirdparty
output*
version.properties.md5
ant.properties
+ ant.properties
apache-cxf
output*
thirdparty
version.properties.md5
Modified: stack/cxf/trunk/ant-import/build-testsuite.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-testsuite.xml 2007-08-14 14:54:15 UTC (rev 4364)
+++ stack/cxf/trunk/ant-import/build-testsuite.xml 2007-08-14 16:05:54 UTC (rev 4365)
@@ -26,19 +26,21 @@
<path id="ws.stack.classpath">
<pathelement location="${int.xfire.dir}/thirdparty/jbossws-common.jar"/>
<pathelement location="${int.xfire.dir}/thirdparty/jbossws-spi.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/cxf-incubator.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/geronimo-javamail.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/geronimo-ws-metadata.jar"/>
+
+ <pathelement location="${int.xfire.dir}/thirdparty/cxf-${cxf.version}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/jaxws-api-${cxf.jaxws.api}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/jdom-${cxf.jdom}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/neethi-${cxf.neethi}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/saaj-api-${cxf.saaj}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/saaj-impl-${cxf.saaj}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/xml-resolver-${cxf.xml.resolver}.jar"/>
+ <pathelement location="${int.xfire.dir}/thirdparty/XmlSchema-${cxf.xmlschema}.jar"/>
+
<pathelement location="${int.xfire.dir}/thirdparty/jaxb-api.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/jaxws-api.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/jdom.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/neethi.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/resolver.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/saaj-api.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/saaj-impl.jar"/>
<pathelement location="${int.xfire.dir}/thirdparty/wsdl4j.jar"/>
<pathelement location="${int.xfire.dir}/thirdparty/wstx.jar"/>
- <pathelement location="${int.xfire.dir}/thirdparty/XmlSchema.jar"/>
</path>
<path id="tests.extra.classpath">
Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-08-14 14:54:15 UTC (rev 4364)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-08-14 16:05:54 UTC (rev 4365)
@@ -23,6 +23,10 @@
</target>
<target name="thirdparty-init" depends="prepare">
+
+ <property name="apache.cxf.dir" value="${xfire.dir}/apache-cxf"/>
+ <available property="apache.cxf.available" file="${apache.cxf.dir}"/>
+
<property name="thirdparty.dir" value="${int.xfire.dir}/thirdparty"/>
<checksum file="${int.xfire.dir}/version.properties" fileext=".md5" verifyproperty="checksum.ok"/>
<condition property="force.thirdparty.get">
@@ -51,18 +55,6 @@
<get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss50}/lib/jbossws-jboss50.jar" dest="${thirdparty.dir}/jbossws-jboss50.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss50}/lib/jbossws-jboss50-deployer.zip" dest="${thirdparty.dir}/jbossws-jboss50-deployer.zip" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/cxf-incubator.jar" dest="${thirdparty.dir}/cxf-incubator.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/geronimo-javamail.jar" dest="${thirdparty.dir}/geronimo-javamail.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/geronimo-ws-metadata.jar" dest="${thirdparty.dir}/geronimo-ws-metadata.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/jaxws-api.jar" dest="${thirdparty.dir}/jaxws-api.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/neethi.jar" dest="${thirdparty.dir}/neethi.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/saaj-api.jar" dest="${thirdparty.dir}/saaj-api.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/saaj-impl.jar" dest="${thirdparty.dir}/saaj-impl.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/spring-beans.jar" dest="${thirdparty.dir}/spring-beans.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/spring-context.jar" dest="${thirdparty.dir}/spring-context.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/spring-core.jar" dest="${thirdparty.dir}/spring-core.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/spring-web.jar" dest="${thirdparty.dir}/spring-web.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/apache-cxf/${apache-cxf}/lib/XmlSchema.jar" dest="${thirdparty.dir}/XmlSchema.jar" 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"/>
<get src="${jboss.repository}/ibm-wsdl4j/${ibm-wsdl4j}/lib/wsdl4j.jar" dest="${thirdparty.dir}/wsdl4j.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/ibm-wsdl4j/${ibm-wsdl4j}/lib/wsdl4j-src.jar" dest="${thirdparty.dir}/wsdl4j-src.jar" usetimestamp="true" verbose="true"/>
@@ -78,31 +70,99 @@
<get src="${jboss.repository}/sun-servlet/${sun-servlet}/lib/servlet-api.jar" dest="${thirdparty.dir}/servlet-api.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/woodstox/${woodstox}/lib/wstx.jar" dest="${thirdparty.dir}/wstx.jar" usetimestamp="true" verbose="true"/>
+ <antcall target="cxf-copy-jars"/>
+
<checksum file="${int.xfire.dir}/version.properties" fileext=".md5"/>
</target>
<target name="thirdparty-classpath" depends="thirdparty-get">
-
<path id="xfire.integration.classpath">
<!-- A stack MUST NOT have a compile time dependency on jbossws-framework.jar -->
<pathelement location="${thirdparty.dir}/jbossws-common.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-spi.jar"/>
- <pathelement location="${thirdparty.dir}/cxf-incubator.jar"/>
- <pathelement location="${thirdparty.dir}/dom4j.jar"/>
- <pathelement location="${thirdparty.dir}/geronimo-ws-metadata.jar"/>
+ <pathelement location="${thirdparty.dir}/cxf-${cxf.version}.jar"/>
+ <pathelement location="${thirdparty.dir}/jaxws-api-${cxf.jaxws.api}.jar"/>
+ <pathelement location="${thirdparty.dir}/spring-beans-${cxf.spring}.jar"/>
+ <pathelement location="${thirdparty.dir}/spring-context-${cxf.spring}.jar"/>
+ <pathelement location="${thirdparty.dir}/spring-core-${cxf.spring}.jar"/>
+
<pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
- <pathelement location="${thirdparty.dir}/jaxws-api.jar"/>
<pathelement location="${thirdparty.dir}/jboss-common-core.jar"/>
+ <pathelement location="${thirdparty.dir}/jboss-javaee.jar"/>
<pathelement location="${thirdparty.dir}/jboss-logging-spi.jar"/>
- <pathelement location="${thirdparty.dir}/saaj-api.jar"/>
- <pathelement location="${thirdparty.dir}/saaj-impl.jar"/>
<pathelement location="${thirdparty.dir}/servlet-api.jar"/>
- <pathelement location="${thirdparty.dir}/spring-beans.jar"/>
- <pathelement location="${thirdparty.dir}/spring-context.jar"/>
- <pathelement location="${thirdparty.dir}/spring-core.jar"/>
</path>
-
</target>
+ <!-- Build CXF from source -->
+ <target name="cxf-build" depends="cxf-copy-jars" description="Build Apache CXF from source">
+ </target>
+
+ <!-- SVN checkout the Apache CXF sources -->
+ <target name="cxf-checkout" depends="thirdparty-init" unless="apache.cxf.available">
+ <exec dir="${xfire.dir}" executable="svn" failonerror="true">
+ <arg value="checkout"/>
+ <arg value="-r${cxf.svn.rev}"/>
+ <arg value="${cxf.svn.url}"/>
+ <arg value="apache-cxf"/>
+ </exec>
+ </target>
+
+ <!-- SVN update the Apache CXF sources -->
+ <target name="cxf-update" depends="thirdparty-init" if="apache.cxf.available">
+ <exec dir="${apache.cxf.dir}" executable="svn" failonerror="true">
+ <arg value="update"/>
+ <arg value="-r${cxf.svn.rev}"/>
+ </exec>
+ </target>
+
+ <!-- SVN get commit revision -->
+ <target name="cxf-commit-revision" depends="cxf-update,cxf-checkout">
+ <exec dir="${apache.cxf.dir}" executable="svn" failonerror="true" output="${apache.cxf.dir}/svn-info.xml">
+ <arg line="info"/>
+ <arg line="--xml"/>
+ </exec>
+ <xmlproperty file="${apache.cxf.dir}/svn-info.xml"/>
+ <property name="cxf.commit.revision" value="${info.entry.commit(revision)}"/>
+ <available property="cxf.build.available" file="${apache.cxf.dir}/build-${cxf.commit.revision}.rev"/>
+ </target>
+
+ <!-- Build using maven -->
+ <target name="cxf-maven-build" depends="cxf-commit-revision" unless="cxf.build.available">
+ <exec dir="${apache.cxf.dir}" executable="mvn" failonerror="true">
+ <arg value="-Pfastinstall"/>
+ </exec>
+ <exec dir="${apache.cxf.dir}/distribution" executable="mvn" failonerror="true">
+ <arg value="install"/>
+ </exec>
+ <exec dir="${apache.cxf.dir}" executable="svn" failonerror="true" output="${apache.cxf.dir}/svn-info.xml">
+ <arg line="info"/>
+ <arg line="--xml"/>
+ </exec>
+ <touch file="${apache.cxf.dir}/build-${cxf.commit.revision}.rev"/>
+ </target>
+
+ <!-- Copy the cxf jars -->
+ <target name="cxf-copy-jars" depends="cxf-maven-build">
+ <copy todir="${thirdparty.dir}">
+ <fileset dir="${apache.cxf.dir}/distribution/target/apache-cxf-${cxf.version}.dir/apache-cxf-${cxf.version}/lib">
+ <include name="cxf-${cxf.version}.jar"/>
+ <include name="geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
+ <include name="geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <include name="jaxws-api-${cxf.jaxws.api}.jar"/>
+ <include name="jdom-${cxf.jdom}.jar"/>
+ <include name="neethi-${cxf.neethi}.jar"/>
+ <include name="saaj-api-${cxf.saaj}.jar"/>
+ <include name="saaj-impl-${cxf.saaj}.jar"/>
+ <include name="spring-beans-${cxf.spring}.jar"/>
+ <include name="spring-context-${cxf.spring}.jar"/>
+ <include name="spring-core-${cxf.spring}.jar"/>
+ <include name="xbean-${cxf.xbean}.jar"/>
+ <include name="xml-resolver-${cxf.xml.resolver}.jar"/>
+ <include name="XmlSchema-${cxf.xmlschema}.jar"/>
+ </fileset>
+ </copy>
+ </target>
+
</project>
Modified: stack/cxf/trunk/ant-import/macros-deploy-xfire.xml
===================================================================
--- stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-14 14:54:15 UTC (rev 4364)
+++ stack/cxf/trunk/ant-import/macros-deploy-xfire.xml 2007-08-14 16:05:54 UTC (rev 4365)
@@ -46,8 +46,8 @@
<copy todir="${jboss50.home}/server/${jboss.server.instance}/lib" overwrite="true">
<fileset dir="@{thirdpartylibs}">
<include name="jbossws-jboss50.jar"/>
- <include name="jaxws-api.jar"/>
- <include name="saaj-api.jar"/>
+ <include name="jaxws-api-${cxf.jaxws.api}.jar"/>
+ <include name="saaj-api-${cxf.saaj}.jar"/>
</fileset>
</copy>
@@ -82,6 +82,8 @@
<!--SERVER JARS -->
<fileset dir="${jboss50.home}/server/${jboss.server.instance}/lib">
<include name="jbossws-jboss50.jar"/>
+ <include name="jaxws-api-${cxf.jaxws.api}.jar"/>
+ <include name="saaj-api-${cxf.saaj}.jar"/>
</fileset>
</delete>
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2007-08-14 14:54:15 UTC (rev 4364)
+++ stack/cxf/trunk/build.xml 2007-08-14 16:05:54 UTC (rev 4365)
@@ -148,25 +148,26 @@
</fileset>
<fileset dir="${thirdparty.dir}">
- <include name="cxf-incubator.jar"/>
- <include name="geronimo-ws-metadata.jar"/>
+ <include name="cxf-${cxf.version}.jar"/>
+ <include name="geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
+ <include name="geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <include name="jaxws-api-${cxf.jaxws.api}.jar"/>
+ <include name="jdom-${cxf.jdom}.jar"/>
+ <include name="neethi-${cxf.neethi}.jar"/>
+ <include name="saaj-api-${cxf.saaj}.jar"/>
+ <include name="saaj-impl-${cxf.saaj}.jar"/>
+ <include name="spring-beans-${cxf.spring}.jar"/>
+ <include name="spring-context-${cxf.spring}.jar"/>
+ <include name="spring-core-${cxf.spring}.jar"/>
+ <include name="xbean-${cxf.xbean}.jar"/>
+ <include name="xml-resolver-${cxf.xml.resolver}.jar"/>
+ <include name="XmlSchema-${cxf.xmlschema}.jar"/>
+
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
- <include name="jaxrpc-api.jar"/>
- <include name="jaxws-api.jar"/>
- <include name="jdom.jar"/>
- <include name="neethi.jar"/>
+ <include name="stax-api.jar"/>
<include name="wsdl4j.jar"/>
- <include name="resolver.jar"/>
- <include name="saaj-api.jar"/>
- <include name="saaj-impl.jar"/>
- <include name="spring-beans.jar"/>
- <include name="spring-context.jar"/>
- <include name="spring-core.jar"/>
- <include name="stax-api.jar"/>
<include name="wstx.jar"/>
- <include name="xbean.jar"/>
- <include name="XmlSchema.jar"/>
</fileset>
<fileset dir="${xfire.output.lib.dir}">
<include name="jbossws-xfire.jar"/>
@@ -203,26 +204,26 @@
<include name="jbossws-xfire.jar"/>
</fileset>
<fileset dir="${thirdparty.dir}">
- <include name="jbossws-jboss42.jar"/>
- <include name="cxf-incubator.jar"/>
- <include name="geronimo-ws-metadata.jar"/>
+ <include name="cxf-${cxf.version}.jar"/>
+ <include name="geronimo-javamail_${cxf.geronimo.javamail}.jar"/>
+ <include name="geronimo-ws-metadata_${cxf.geronimo.ws.metadata}.jar"/>
+ <include name="jaxws-api-${cxf.jaxws.api}.jar"/>
+ <include name="jdom-${cxf.jdom}.jar"/>
+ <include name="neethi-${cxf.neethi}.jar"/>
+ <include name="saaj-api-${cxf.saaj}.jar"/>
+ <include name="saaj-impl-${cxf.saaj}.jar"/>
+ <include name="spring-beans-${cxf.spring}.jar"/>
+ <include name="spring-context-${cxf.spring}.jar"/>
+ <include name="spring-core-${cxf.spring}.jar"/>
+ <include name="xbean-${cxf.xbean}.jar"/>
+ <include name="xml-resolver-${cxf.xml.resolver}.jar"/>
+ <include name="XmlSchema-${cxf.xmlschema}.jar"/>
+
<include name="jaxb-api.jar"/>
<include name="jaxb-impl.jar"/>
- <include name="jaxrpc-api.jar"/>
- <include name="jaxws-api.jar"/>
- <include name="jdom.jar"/>
- <include name="neethi.jar"/>
+ <include name="stax-api.jar"/>
<include name="wsdl4j.jar"/>
- <include name="resolver.jar"/>
- <include name="saaj-api.jar"/>
- <include name="saaj-impl.jar"/>
- <include name="spring-beans.jar"/>
- <include name="spring-context.jar"/>
- <include name="spring-core.jar"/>
- <include name="stax-api.jar"/>
<include name="wstx.jar"/>
- <include name="xbean.jar"/>
- <include name="XmlSchema.jar"/>
</fileset>
<fileset dir="${xfire.output.lib.dir}/jbossws-xfire42">
<include name="jbossws.beans/**"/>
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2007-08-14 14:54:15 UTC (rev 4364)
+++ stack/cxf/trunk/version.properties 2007-08-14 16:05:54 UTC (rev 4365)
@@ -13,6 +13,23 @@
implementation.vendor=JBoss Inc.
implementation.vendor.id=http://www.jboss.org
+# Apache CXF version
+cxf.svn.url=http://svn.apache.org/repos/asf/incubator/cxf/trunk
+cxf.svn.rev=HEAD
+
+# Apache CXF versions
+cxf.version=2.1-incubator-SNAPSHOT
+cxf.geronimo.javamail=1.4_spec-1.0-M1
+cxf.geronimo.ws.metadata=2.0_spec-1.1.1
+cxf.jaxws.api=2.0
+cxf.jdom=1.0
+cxf.neethi=2.0
+cxf.saaj=1.3
+cxf.spring=2.0.4
+cxf.xbean=2.2.0
+cxf.xml.resolver=1.2
+cxf.xmlschema=1.2
+
# Thirdparty library versions
jbossws-framework=2.0.1.CR1
jbossws-common=1.0.0.CR1
@@ -20,7 +37,6 @@
jbossws-jboss50=2.0.1.CR1
jbossws-jboss42=2.0.1.CR1
-apache-cxf=2.0
apache-xml-commons=1.2
ibm-wsdl4j=1.6.2
jboss-common-core=2.0.2.GA
17 years, 4 months
JBossWS SVN: r4364 - framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/exception.
by jbossws-commits@lists.jboss.org
Author: palin
Date: 2007-08-14 10:54:15 -0400 (Tue, 14 Aug 2007)
New Revision: 4364
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/exception/ExceptionTestCase.java
Log:
[JBWS-1670] Restoring test for Metro stack
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/exception/ExceptionTestCase.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/exception/ExceptionTestCase.java 2007-08-14 13:17:28 UTC (rev 4363)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/exception/ExceptionTestCase.java 2007-08-14 14:54:15 UTC (rev 4364)
@@ -114,12 +114,6 @@
public void testApplicationException() throws Exception
{
- if (isIntegrationSunRI())
- {
- System.out.println("FIXME: [JBWS-1670] SunRI client does not throw UserException");
- return;
- }
-
try
{
proxy.throwApplicationException();
17 years, 4 months
JBossWS SVN: r4363 - in stack: metro/trunk and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-14 09:17:28 -0400 (Tue, 14 Aug 2007)
New Revision: 4363
Modified:
stack/cxf/trunk/build.xml
stack/metro/trunk/build.xml
Log:
overwrite etc copy
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2007-08-14 13:11:09 UTC (rev 4362)
+++ stack/cxf/trunk/build.xml 2007-08-14 13:17:28 UTC (rev 4363)
@@ -74,7 +74,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${xfire.output.etc.dir}"/>
- <copy todir="${xfire.output.etc.dir}" filtering="yes">
+ <copy todir="${xfire.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${xfire.etc.dir}">
<include name="component-info.xml"/>
<include name="default.mf"/>
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2007-08-14 13:11:09 UTC (rev 4362)
+++ stack/metro/trunk/build.xml 2007-08-14 13:17:28 UTC (rev 4363)
@@ -74,7 +74,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${sunri.output.etc.dir}"/>
- <copy todir="${sunri.output.etc.dir}" filtering="yes">
+ <copy todir="${sunri.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${sunri.etc.dir}">
<include name="component-info.xml"/>
<include name="default.mf"/>
17 years, 4 months
JBossWS SVN: r4362 - framework/trunk and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-14 09:11:09 -0400 (Tue, 14 Aug 2007)
New Revision: 4362
Modified:
common/trunk/build.xml
framework/trunk/build.xml
spi/trunk/build.xml
Log:
overwrite etc copy
Modified: common/trunk/build.xml
===================================================================
--- common/trunk/build.xml 2007-08-14 13:10:48 UTC (rev 4361)
+++ common/trunk/build.xml 2007-08-14 13:11:09 UTC (rev 4362)
@@ -68,7 +68,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${common.output.etc.dir}"/>
- <copy todir="${common.output.etc.dir}" filtering="yes">
+ <copy todir="${common.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${common.etc.dir}">
<include name="default.mf"/>
</fileset>
Modified: framework/trunk/build.xml
===================================================================
--- framework/trunk/build.xml 2007-08-14 13:10:48 UTC (rev 4361)
+++ framework/trunk/build.xml 2007-08-14 13:11:09 UTC (rev 4362)
@@ -69,7 +69,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${framework.output.etc.dir}"/>
- <copy todir="${framework.output.etc.dir}" filtering="yes">
+ <copy todir="${framework.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${framework.etc.dir}"/>
<filterset>
<filter token="java.vm.version" value="${java.vm.version}"/>
Modified: spi/trunk/build.xml
===================================================================
--- spi/trunk/build.xml 2007-08-14 13:10:48 UTC (rev 4361)
+++ spi/trunk/build.xml 2007-08-14 13:11:09 UTC (rev 4362)
@@ -76,7 +76,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${spi.output.etc.dir}"/>
- <copy todir="${spi.output.etc.dir}" filtering="yes">
+ <copy todir="${spi.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${spi.etc.dir}">
<include name="default.mf"/>
</fileset>
17 years, 4 months
JBossWS SVN: r4361 - in container: jboss42/trunk and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-14 09:10:48 -0400 (Tue, 14 Aug 2007)
New Revision: 4361
Modified:
container/jboss40/trunk/build.xml
container/jboss42/trunk/build.xml
container/jboss50/trunk/build.xml
Log:
overwrite etc copy
Modified: container/jboss40/trunk/build.xml
===================================================================
--- container/jboss40/trunk/build.xml 2007-08-14 10:44:54 UTC (rev 4360)
+++ container/jboss40/trunk/build.xml 2007-08-14 13:10:48 UTC (rev 4361)
@@ -68,7 +68,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${jbws40.output.etc.dir}"/>
- <copy todir="${jbws40.output.etc.dir}" filtering="yes">
+ <copy todir="${jbws40.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${jbws40.etc.dir}">
<include name="default.mf"/>
</fileset>
Modified: container/jboss42/trunk/build.xml
===================================================================
--- container/jboss42/trunk/build.xml 2007-08-14 10:44:54 UTC (rev 4360)
+++ container/jboss42/trunk/build.xml 2007-08-14 13:10:48 UTC (rev 4361)
@@ -69,7 +69,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${jbws42.output.etc.dir}"/>
- <copy todir="${jbws42.output.etc.dir}" filtering="yes">
+ <copy todir="${jbws42.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${jbws42.etc.dir}">
<include name="default.mf"/>
</fileset>
Modified: container/jboss50/trunk/build.xml
===================================================================
--- container/jboss50/trunk/build.xml 2007-08-14 10:44:54 UTC (rev 4360)
+++ container/jboss50/trunk/build.xml 2007-08-14 13:10:48 UTC (rev 4361)
@@ -66,7 +66,7 @@
<!-- Compile etc files (manifests and such) -->
<target name="compile-etc" depends="init">
<mkdir dir="${jbws50.output.etc.dir}"/>
- <copy todir="${jbws50.output.etc.dir}" filtering="yes">
+ <copy todir="${jbws50.output.etc.dir}" filtering="yes" overwrite="true">
<fileset dir="${jbws50.etc.dir}">
<include name="default.mf"/>
</fileset>
17 years, 4 months
JBossWS SVN: r4359 - in stack/native/trunk: src/test/java/org/jboss/test/ws/jaxws and 4 other directories.
by jbossws-commits@lists.jboss.org
Author: richard_opalka
Date: 2007-08-14 06:39:29 -0400 (Tue, 14 Aug 2007)
New Revision: 4359
Added:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java
stack/native/trunk/src/test/resources/jaxws/jbws1762/
stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/
stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
Removed:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java
stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/
stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
Log:
[JBWS-1762] merging enabled test to the trunk
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-08-14 10:29:44 UTC (rev 4358)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2007-08-14 10:39:29 UTC (rev 4359)
@@ -356,6 +356,18 @@
</classes>
</war>
+ <!-- jaxws-jbws1762 -->
+ <mkdir dir="${tests.output.dir}/libs/jaxws-jbws1762.war"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxws-jbws1762.war/WEB-INF"/>
+ <mkdir dir="${tests.output.dir}/libs/jaxws-jbws1762.war/WEB-INF/classes"/>
+ <copy file="${tests.output.dir}/resources/jaxws/jbws1762/WEB-INF/web.xml" toDir="${tests.output.dir}/libs/jaxws-jbws1762.war/WEB-INF"/>
+ <copy toDir="${tests.output.dir}/libs/jaxws-jbws1762.war/WEB-INF/classes">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1762/JBWS1762.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.class"/>
+ </fileset>
+ </copy>
+
<!-- jaxws namespace -->
<war warfile="${tests.output.dir}/libs/jaxws-namespace.war" webxml="${tests.output.dir}/resources/jaxws/namespace/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762 (from rev 4329, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762)
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java 2007-08-13 10:55:42 UTC (rev 4329)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws1762;
-
-import javax.jws.WebService;
-
-@WebService
-public interface JBWS1762
-{
-
- String echo(String toEcho);
-
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java (from rev 4329, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -0,0 +1,32 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1762;
+
+import javax.jws.WebService;
+
+@WebService
+public interface JBWS1762
+{
+
+ String echo(String toEcho);
+
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java 2007-08-13 10:55:42 UTC (rev 4329)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -1,35 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws1762;
-
-import javax.jws.WebService;
-
-@WebService(name = "JBWS1762", serviceName = "JBWS1762Service", endpointInterface = "org.jboss.test.ws.jaxws.jbws1762.JBWS1762")
-public class JBWS1762Impl implements JBWS1762
-{
-
- public String echo(String toEcho)
- {
- return toEcho;
- }
-
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java (from rev 4329, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762Impl.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -0,0 +1,35 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1762;
+
+import javax.jws.WebService;
+
+@WebService(name = "JBWS1762", serviceName = "JBWS1762Service", endpointInterface = "org.jboss.test.ws.jaxws.jbws1762.JBWS1762")
+public class JBWS1762Impl implements JBWS1762
+{
+
+ public String echo(String toEcho)
+ {
+ return toEcho;
+ }
+
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java 2007-08-13 10:55:42 UTC (rev 4329)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -1,77 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws1762;
-
-import java.net.URL;
-
-import javax.xml.namespace.QName;
-import javax.xml.ws.BindingProvider;
-import javax.xml.ws.Service;
-
-import junit.framework.Test;
-
-import org.jboss.wsf.test.JBossWSTest;
-import org.jboss.wsf.test.JBossWSTestSetup;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author Richard.Opalka(a)jboss.com
- * @since 13-Aug-2007
- */
-public class JBWS1762TestCase1 extends JBossWSTest
-{
-
- private String targetNS = "http://jbws1762.jaxws.ws.test.jboss.org/";
- private JBWS1762 proxy;
-
- public static Test suite()
- {
- return new JBossWSTestSetup(JBWS1762TestCase1.class, "jaxws-jbws1762.war");
- }
-
- @Override
- protected void setUp() throws Exception
- {
- super.setUp();
-
- QName serviceName = new QName(targetNS, "JBWS1762Service");
- URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1762/JBWS1762Service?wsdl");
-
- if (true) {
- System.out.println("FIXME: [JBWS-1762] Fix this issue");
- return;
- }
- Service service = Service.create(wsdlURL, serviceName);
- proxy = (JBWS1762)service.getPort(JBWS1762.class);
- }
-
- public void testIssue() throws Exception
- {
- if (true) {
- System.out.println("FIXME: [JBWS-1762] Fix this issue");
- return;
- }
- assertEquals(proxy.echo("Hello!"), "Hello!");
- }
-
-}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java (from rev 4329, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -0,0 +1,69 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1762;
+
+import java.net.URL;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.BindingProvider;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author Richard.Opalka(a)jboss.com
+ * @since 13-Aug-2007
+ */
+public class JBWS1762TestCase1 extends JBossWSTest
+{
+
+ private String targetNS = "http://jbws1762.jaxws.ws.test.jboss.org/";
+ private JBWS1762 proxy;
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1762TestCase1.class, "jaxws-jbws1762.war");
+ }
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ super.setUp();
+
+ QName serviceName = new QName(targetNS, "JBWS1762Service");
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1762/JBWS1762Service?wsdl");
+
+ Service service = Service.create(wsdlURL, serviceName);
+ proxy = (JBWS1762)service.getPort(JBWS1762.class);
+ }
+
+ public void testIssue() throws Exception
+ {
+ assertEquals(proxy.echo("Hello!"), "Hello!");
+ }
+
+}
Deleted: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java
===================================================================
--- stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java 2007-08-13 10:55:42 UTC (rev 4329)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -1,30 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.test.ws.jaxws.jbws1762;
-
-/**
- * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
- *
- * @author Richard.Opalka(a)jboss.com
- * @since 13-Aug-2007
- */
-public class JBWS1762TestCase2 extends JBWS1762TestCase1 {}
Copied: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java (from rev 4329, stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java)
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase2.java 2007-08-14 10:39:29 UTC (rev 4359)
@@ -0,0 +1,30 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.test.ws.jaxws.jbws1762;
+
+/**
+ * [JBWS-1762] web.xml modified to web.xml.org - subsequent runs fail
+ *
+ * @author Richard.Opalka(a)jboss.com
+ * @since 13-Aug-2007
+ */
+public class JBWS1762TestCase2 extends JBWS1762TestCase1 {}
Copied: stack/native/trunk/src/test/resources/jaxws/jbws1762 (from rev 4329, stack/native/branches/native-2.0/src/test/resources/jaxws/jbws1762)
Copied: stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF (from rev 4329, stack/native/branches/native-2.0/src/test/resources/jaxws/jbws1762/WEB-INF)
Deleted: stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml
===================================================================
--- stack/native/branches/native-2.0/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml 2007-08-13 10:55:42 UTC (rev 4329)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml 2007-08-14 10:39:29 UTC (rev 4359)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
- version="2.4">
-
- <servlet>
- <servlet-name>JBWS1762Service</servlet-name>
- <servlet-class>org.jboss.test.ws.jaxws.jbws1762.JBWS1762Impl</servlet-class>
- </servlet>
-
- <servlet-mapping>
- <servlet-name>JBWS1762Service</servlet-name>
- <url-pattern>/JBWS1762Service</url-pattern>
- </servlet-mapping>
-
-</web-app>
Copied: stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml (from rev 4329, stack/native/branches/native-2.0/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml)
===================================================================
--- stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml (rev 0)
+++ stack/native/trunk/src/test/resources/jaxws/jbws1762/WEB-INF/web.xml 2007-08-14 10:39:29 UTC (rev 4359)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+ version="2.4">
+
+ <servlet>
+ <servlet-name>JBWS1762Service</servlet-name>
+ <servlet-class>org.jboss.test.ws.jaxws.jbws1762.JBWS1762Impl</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>JBWS1762Service</servlet-name>
+ <url-pattern>/JBWS1762Service</url-pattern>
+ </servlet-mapping>
+
+</web-app>
17 years, 4 months