JBossWS SVN: r6304 - in framework/trunk/src/test: java/org/jboss/test/ws/jaxws and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 10:20:01 -0400 (Wed, 09 Apr 2008)
New Revision: 6304
Removed:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webserviceref/
framework/trunk/src/test/resources/jaxws/webserviceref/
Modified:
framework/trunk/src/test/ant-import/build-jars-jaxws.xml
Log:
Move jaxws/webserviceref to native
Modified: framework/trunk/src/test/ant-import/build-jars-jaxws.xml
===================================================================
--- framework/trunk/src/test/ant-import/build-jars-jaxws.xml 2008-04-09 12:27:09 UTC (rev 6303)
+++ framework/trunk/src/test/ant-import/build-jars-jaxws.xml 2008-04-09 14:20:01 UTC (rev 6304)
@@ -537,131 +537,6 @@
</classes>
</war>
- <!-- jaxws-webserviceref -->
- <war warfile="${tests.output.dir}/libs/jaxws-webserviceref.war" webxml="${tests.output.dir}/resources/jaxws/webserviceref/WEB-INF/web.xml">
- <classes dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointImpl.class"/>
- </classes>
- </war>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientOne.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpoint.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF">
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- <include name="wsdl/**"/>
- </metainf>
- <manifest>
- <attribute name="main-class" value="org.jboss.test.ws.jaxws.samples.webserviceref.TestEndpointClientOne"/>
- </manifest>
- </jar>
- <war destfile="${tests.output.dir}/libs/jaxws-webserviceref-servlet-client.war" webxml="${tests.output.dir}/resources/jaxws/webserviceref/WEB-INF-client/web.xml">
- <classes dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/ServletClient.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpoint.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/EchoResponse.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/Echo.class"/>
- </classes>
- <webinf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF">
- <include name="wsdl/**"/>
- </webinf>
- <webinf dir="${tests.output.dir}/resources/jaxws/webserviceref/WEB-INF-client">
- <include name="jboss-web.xml"/>
- </webinf>
- </war>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-ejb3-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/EJB3Client.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/EJB3Remote.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpoint.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/EchoResponse.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/Echo.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF">
- <include name="jboss.xml"/>
- <include name="wsdl/**"/>
- </metainf>
- </jar>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-secure.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpointImpl.class"/>
- </fileset>
- </jar>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-secure-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpointClient.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpoint.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF-secure">
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- </metainf>
- <manifest>
- <attribute name="main-class" value="org.jboss.test.ws.jaxws.samples.webserviceref.SecureEndpointClient"/>
- </manifest>
- </jar>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-override-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpoint.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF-override">
- <include name="jbossws-client-config.xml"/>
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- </metainf>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF">
- <include name="wsdl/**"/>
- </metainf>
- <manifest>
- <attribute name="main-class" value="org.jboss.test.ws.jaxws.samples.webserviceref.TestEndpointClientTwo"/>
- </manifest>
- </jar>
-
- <!-- jaxws-webserviceref-secure -->
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-secure.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpointImpl.class"/>
- </fileset>
- </jar>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-secure-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpointClient.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/SecureEndpoint.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF-secure">
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- </metainf>
- <manifest>
- <attribute name="main-class" value="org.jboss.test.ws.jaxws.webserviceref.SecureEndpointClient"/>
- </manifest>
- </jar>
- <jar destfile="${tests.output.dir}/libs/jaxws-webserviceref-override-client.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointService.class"/>
- <include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpoint.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/webserviceref/META-INF-override">
- <include name="jbossws-client-config.xml"/>
- <include name="application-client.xml"/>
- <include name="jboss-client.xml"/>
- <include name="wsdl/**"/>
- </metainf>
- <manifest>
- <attribute name="main-class" value="org.jboss.test.ws.jaxws.webserviceref.TestEndpointClientTwo"/>
- </manifest>
- </jar>
-
<!-- jaxws-wrapped-accessor -->
<war warfile="${tests.output.dir}/libs/jaxws-wrapped-accessor.war" webxml="${tests.output.dir}/resources/jaxws/wrapped/accessor/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
16 years, 9 months
JBossWS SVN: r6303 - stack/cxf/trunk/src/test/resources.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 08:27:09 -0400 (Wed, 09 Apr 2008)
New Revision: 6303
Modified:
stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt
stack/cxf/trunk/src/test/resources/test-excludes-jboss423.txt
stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt
stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt
Log:
Update excludes.
Modified: stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt 2008-04-09 12:22:10 UTC (rev 6302)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt 2008-04-09 12:27:09 UTC (rev 6303)
@@ -89,9 +89,3 @@
# [CXF-1522] NPE in ServiceUtils
org/jboss/test/ws/jaxws/jbws1566/**
-
-
-
-
-
-
Modified: stack/cxf/trunk/src/test/resources/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss423.txt 2008-04-09 12:22:10 UTC (rev 6302)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss423.txt 2008-04-09 12:27:09 UTC (rev 6303)
@@ -2,6 +2,9 @@
# $Id$
#
+# Won't Fix: [CXF-1261] Handler does not see XOP message properly
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
+
# EJB3/Injection excludes
org/jboss/test/ws/jaxws/samples/webserviceref/**
org/jboss/test/ws/jaxws/webserviceref/**
@@ -27,5 +30,68 @@
# [CXF-1253] CXF does not respect @HandlerChain on client SEI
org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
+# [CXF-1510] Cannot handle anonymous bare requests
+org/jboss/test/ws/jaxws/anonymous/**
+
+# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/namespace/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [CXF-1513] NPE in JaxWsServiceConfiguration
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1797/**
+
+# [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [CXF-1515] Bad Enumeration value 'extension restriction'
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1845/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [CXF-1516] Type inheritance with document/literal/wrapped
+org/jboss/test/ws/jaxws/jbws1702/**
+org/jboss/test/ws/jaxws/jbws1733/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [CXF-1517] HTTP bindings for Provider
+org/jboss/test/ws/jaxws/jbws1807/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [CXF-1518] Missing fault detail in messages from SLSB Provider
+org/jboss/test/ws/jaxws/jbws1815/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [CXF-1519] Explicitly set the namespace of a WebFault
+org/jboss/test/ws/jaxws/jbws1904/**
+
+# [CXF-1520] MTOM chunked encoding transfer
+org/jboss/test/ws/jaxws/jbws2000/**
+
+# [CXF-1521] Exception handling with @WebFault annotation
+org/jboss/test/ws/jaxws/webfault/**
+
+# [CXF-1522] NPE in ServiceUtils
+org/jboss/test/ws/jaxws/jbws1566/**
+
+
+
+
+
+
Modified: stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt 2008-04-09 12:22:10 UTC (rev 6302)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss500.txt 2008-04-09 12:27:09 UTC (rev 6303)
@@ -5,10 +5,6 @@
# Won't Fix: [CXF-1261] Handler does not see XOP message properly
org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-# [JBAS-5055] Failed to load users/passwords/role files
-org/jboss/test/ws/jaxws/webserviceref/StubPropertyTestCase.*
-org/jboss/test/ws/jaxws/jbws1840/**
-
# [JBWS-1774] Provide tools implementation for CXF
org/jboss/test/ws/jaxws/complex/**
org/jboss/test/ws/jaxws/holder/**
@@ -37,3 +33,62 @@
org/jboss/test/ws/jaxws/webserviceref/Secure**
org/jboss/test/ws/jaxws/jbws1840/**
+# [CXF-1510] Cannot handle anonymous bare requests
+org/jboss/test/ws/jaxws/anonymous/**
+
+# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/namespace/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [CXF-1513] NPE in JaxWsServiceConfiguration
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1797/**
+
+# [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [CXF-1515] Bad Enumeration value 'extension restriction'
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1845/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [CXF-1516] Type inheritance with document/literal/wrapped
+org/jboss/test/ws/jaxws/jbws1702/**
+org/jboss/test/ws/jaxws/jbws1733/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [CXF-1517] HTTP bindings for Provider
+org/jboss/test/ws/jaxws/jbws1807/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [CXF-1518] Missing fault detail in messages from SLSB Provider
+org/jboss/test/ws/jaxws/jbws1815/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [CXF-1519] Explicitly set the namespace of a WebFault
+org/jboss/test/ws/jaxws/jbws1904/**
+
+# [CXF-1520] MTOM chunked encoding transfer
+org/jboss/test/ws/jaxws/jbws2000/**
+
+# [CXF-1521] Exception handling with @WebFault annotation
+org/jboss/test/ws/jaxws/webfault/**
+
+# [CXF-1522] NPE in ServiceUtils
+org/jboss/test/ws/jaxws/jbws1566/**
Modified: stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt 2008-04-09 12:22:10 UTC (rev 6302)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss501.txt 2008-04-09 12:27:09 UTC (rev 6303)
@@ -41,3 +41,62 @@
org/jboss/test/ws/jaxws/webserviceref/Secure**
org/jboss/test/ws/jaxws/jbws1840/**
+# [CXF-1510] Cannot handle anonymous bare requests
+org/jboss/test/ws/jaxws/anonymous/**
+
+# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
+org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/namespace/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [CXF-1513] NPE in JaxWsServiceConfiguration
+org/jboss/test/ws/jaxws/handlerscope/**
+org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1797/**
+
+# [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+org/jboss/test/ws/jaxws/jbws1190/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [CXF-1515] Bad Enumeration value 'extension restriction'
+org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1845/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [CXF-1516] Type inheritance with document/literal/wrapped
+org/jboss/test/ws/jaxws/jbws1702/**
+org/jboss/test/ws/jaxws/jbws1733/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [CXF-1517] HTTP bindings for Provider
+org/jboss/test/ws/jaxws/jbws1807/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [CXF-1518] Missing fault detail in messages from SLSB Provider
+org/jboss/test/ws/jaxws/jbws1815/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [CXF-1519] Explicitly set the namespace of a WebFault
+org/jboss/test/ws/jaxws/jbws1904/**
+
+# [CXF-1520] MTOM chunked encoding transfer
+org/jboss/test/ws/jaxws/jbws2000/**
+
+# [CXF-1521] Exception handling with @WebFault annotation
+org/jboss/test/ws/jaxws/webfault/**
+
+# [CXF-1522] NPE in ServiceUtils
+org/jboss/test/ws/jaxws/jbws1566/**
16 years, 9 months
JBossWS SVN: r6302 - in stack/cxf/trunk: ant-import and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 08:22:10 -0400 (Wed, 09 Apr 2008)
New Revision: 6302
Modified:
stack/cxf/trunk/ant-import/build-prepare-deploy.xml
stack/cxf/trunk/build.xml
stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt
Log:
Fix jbossws-context. Update excludes.
Modified: stack/cxf/trunk/ant-import/build-prepare-deploy.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-prepare-deploy.xml 2008-04-09 12:19:48 UTC (rev 6301)
+++ stack/cxf/trunk/ant-import/build-prepare-deploy.xml 2008-04-09 12:22:10 UTC (rev 6302)
@@ -38,6 +38,7 @@
<patternset refid="jbossws.lib.endorsed.patternset"/>
<patternset refid="jbossws.server.lib.patternset"/>
<patternset refid="jbossws.service.lib.patternset"/>
+ <include name="jbossws-context.war"/>
</fileset>
</copy>
<copy todir="${deploy.artifacts.dir}/resources">
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2008-04-09 12:19:48 UTC (rev 6301)
+++ stack/cxf/trunk/build.xml 2008-04-09 12:22:10 UTC (rev 6302)
@@ -159,19 +159,26 @@
<metainf dir="${cxf.resources.dir}/jbossws-cxf-client.jar/META-INF"/>
</jar>
- <!-- Build jbossws-context.war -->
- <copy todir="${cxf.output.lib.dir}/jbossws-context.war" filtering="true">
- <fileset dir="${cxf.resources.dir}/jbossws-context.war">
- <include name="index.html"/>
- <include name="styles.css"/>
- <include name="WEB-INF/**"/>
- </fileset>
- <filterset>
- <filter token="build.id" value="${build.id}"/>
- <filter token="implementation.version" value="jbossws-${version.id}"/>
- <filtersfile file="${cxf.dir}/version.properties"/>
- </filterset>
- </copy>
+ <!-- Build jbossws-context.war -->
+ <copy todir="${cxf.output.resources.dir}/jbossws-context.war" overwrite="true" filtering="true">
+ <fileset dir="${cxf.resources.dir}/jbossws-context.war"/>
+ <filterset>
+ <filter token="build.id" value="${build.id}"/>
+ <filter token="implementation.version" value="jbossws-${version.id}"/>
+ <filtersfile file="${cxf.dir}/version.properties"/>
+ </filterset>
+ </copy>
+ <war warfile="${cxf.output.lib.dir}/jbossws-context.war"
+ webxml="${cxf.output.resources.dir}/jbossws-context.war/WEB-INF/web.xml"
+ manifest="${cxf.output.etc.dir}/default.mf">
+ <fileset dir="${cxf.output.resources.dir}/jbossws-context.war">
+ <include name="index.html"/>
+ <include name="styles.css"/>
+ </fileset>
+ <webinf dir="${cxf.output.resources.dir}/jbossws-context.war/WEB-INF">
+ <include name="jboss-web.xml"/>
+ </webinf>
+ </war>
<!-- Remove config files from cxf-${cxf.version}.jar -->
<unjar src="${thirdparty.dir}/cxf-${cxf.version}.jar" dest="${cxf.output.lib.dir}/cxf-${cxf.version}"/>
Modified: stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt 2008-04-09 12:19:48 UTC (rev 6301)
+++ stack/cxf/trunk/src/test/resources/test-excludes-jboss422.txt 2008-04-09 12:22:10 UTC (rev 6302)
@@ -35,6 +35,7 @@
# [CXF-1511] WrappedMessageContext does not implement SOAPMessageContext
org/jboss/test/ws/jaxws/binding/**
+org/jboss/test/ws/jaxws/namespace/**
# [JBWS-2112] Cannot use CXF with endpoint API
org/jboss/test/ws/jaxws/endpoint/**
@@ -42,15 +43,18 @@
# [CXF-1513] NPE in JaxWsServiceConfiguration
org/jboss/test/ws/jaxws/handlerscope/**
org/jboss/test/ws/jaxws/jbws1694/**
+org/jboss/test/ws/jaxws/jbws1797/**
# [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
org/jboss/test/ws/jaxws/jbws1190/**
-# [JBWS-2114] Soap attachments are dropped on server response when added in ejb3 jaxws handler
+# [JBWS-2114] IllegalArgumentException: Wrong target. class
org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
# [CXF-1515] Bad Enumeration value 'extension restriction'
org/jboss/test/ws/jaxws/jbws1505/**
+org/jboss/test/ws/jaxws/jbws1845/**
# [JBWS-2115] EJB client vehicle not sufficiently isolated
org/jboss/test/ws/jaxws/jbws1581/**
@@ -59,4 +63,35 @@
org/jboss/test/ws/jaxws/jbws1702/**
org/jboss/test/ws/jaxws/jbws1733/**
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+# [CXF-1517] HTTP bindings for Provider
+org/jboss/test/ws/jaxws/jbws1807/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [CXF-1518] Missing fault detail in messages from SLSB Provider
+org/jboss/test/ws/jaxws/jbws1815/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
+# [CXF-1519] Explicitly set the namespace of a WebFault
+org/jboss/test/ws/jaxws/jbws1904/**
+
+# [CXF-1520] MTOM chunked encoding transfer
+org/jboss/test/ws/jaxws/jbws2000/**
+
+# [CXF-1521] Exception handling with @WebFault annotation
+org/jboss/test/ws/jaxws/webfault/**
+
+# [CXF-1522] NPE in ServiceUtils
+org/jboss/test/ws/jaxws/jbws1566/**
+
+
+
+
+
+
16 years, 9 months
JBossWS SVN: r6301 - framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1872.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 08:19:48 -0400 (Wed, 09 Apr 2008)
New Revision: 6301
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1872/JBWS1872TestCase.java
Log:
Fix service qname
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1872/JBWS1872TestCase.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1872/JBWS1872TestCase.java 2008-04-09 11:32:22 UTC (rev 6300)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1872/JBWS1872TestCase.java 2008-04-09 12:19:48 UTC (rev 6301)
@@ -46,7 +46,7 @@
public void testEJB1() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1872/EJB3Bean1?wsdl");
- QName serviceName = new QName("http://org.jboss.ws/jbws1872", "Bean1Service");
+ QName serviceName = new QName("http://org.jboss.ws/jbws1872", "EJB3Bean1Service");
Service service = Service.create(wsdlURL, serviceName);
Client1 port = service.getPort(Client1.class);
String retStr = port.echo("hello");
@@ -56,7 +56,7 @@
public void testEJB2() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1872/EJB3Bean2?wsdl");
- QName serviceName = new QName("http://org.jboss.ws/jbws1872", "Bean2Service");
+ QName serviceName = new QName("http://org.jboss.ws/jbws1872", "EJB3Bean2Service");
Service service = Service.create(wsdlURL, serviceName);
Client2 port = service.getPort(Client2.class);
String retStr = port.echo("hello");
@@ -66,7 +66,7 @@
public void testEJB3() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1872/EJB3Bean3?wsdl");
- QName serviceName = new QName("http://org.jboss.ws/jbws1872", "Bean3Service");
+ QName serviceName = new QName("http://org.jboss.ws/jbws1872", "EJB3Bean3Service");
Service service = Service.create(wsdlURL, serviceName);
Client3 port = service.getPort(Client3.class);
String retStr = port.echo("hello");
16 years, 9 months
JBossWS SVN: r6300 - in framework/trunk/src/test/java/org/jboss/test/ws: console and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 07:32:22 -0400 (Wed, 09 Apr 2008)
New Revision: 6300
Added:
framework/trunk/src/test/java/org/jboss/test/ws/console/
framework/trunk/src/test/java/org/jboss/test/ws/console/ConsoleAccessTestCase.java
Log:
Move console test to framework
Added: framework/trunk/src/test/java/org/jboss/test/ws/console/ConsoleAccessTestCase.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/console/ConsoleAccessTestCase.java (rev 0)
+++ framework/trunk/src/test/java/org/jboss/test/ws/console/ConsoleAccessTestCase.java 2008-04-09 11:32:22 UTC (rev 6300)
@@ -0,0 +1,48 @@
+/*
+ * 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.console;
+
+// $Id$
+
+import java.net.HttpURLConnection;
+import java.net.URL;
+
+import org.jboss.wsf.test.JBossWSTest;
+
+/**
+ * Ensure JBossWS console is accessible
+ *
+ * @author richard.opalka(a)jboss.com
+ */
+public final class ConsoleAccessTestCase extends JBossWSTest
+{
+ public void testAccess() throws Exception
+ {
+ String url = "http://" + this.getServerHost() + ":8080/jbossws";
+ HttpURLConnection connection = (HttpURLConnection)new URL(url).openConnection();
+ int responseCode = connection.getResponseCode();
+ if (responseCode != HttpURLConnection.HTTP_OK)
+ {
+ fail("Cannot access JBossWS console, responseCode == " + responseCode);
+ }
+ }
+}
Property changes on: framework/trunk/src/test/java/org/jboss/test/ws/console/ConsoleAccessTestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
16 years, 9 months
JBossWS SVN: r6299 - framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 06:23:36 -0400 (Wed, 09 Apr 2008)
New Revision: 6299
Added:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/JBWS1566TestCase.java
Removed:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestCase.java
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20StatelessTestBean.java
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestWSInterface.java
Log:
Add javadoc
Copied: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/JBWS1566TestCase.java (from rev 6270, framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestCase.java)
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/JBWS1566TestCase.java (rev 0)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/JBWS1566TestCase.java 2008-04-09 10:23:36 UTC (rev 6299)
@@ -0,0 +1,87 @@
+/*
+ * 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.jbws1566.c;
+
+import java.net.URL;
+import java.rmi.RemoteException;
+import java.util.Map;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.BindingProvider;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.test.ws.jaxws.jbws1566.a.TestEnumeration;
+import org.jboss.test.ws.jaxws.jbws1566.b.BClass;
+import org.jboss.test.ws.jaxws.jbws1566.b.BException;
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1566] Invalid wsdl using @XmlSchema annotations on Types
+ *
+ * http://jira.jboss.org/jira/browse/JBWS-1566
+ *
+ */
+public class JBWS1566TestCase extends JBossWSTest
+{
+ public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxwstest/Jaxb20StatelessTestBean";
+
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1566TestCase.class, "jaxws-jbws1566.jar");
+ }
+
+ public void testWebService() throws Exception
+ {
+ URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS + "?wsdl");
+ System.out.println("wsdl URL:" + wsdlURL);
+
+ QName serviceName = new QName("http://org.jboss.ws/samples/c", "WebServiceTestService");
+ Service service = Service.create(wsdlURL, serviceName);
+ Jaxb20TestWSInterface port = service.getPort(Jaxb20TestWSInterface.class);
+
+ BindingProvider bindingProvider = (BindingProvider)port;
+ Map<String, Object> reqContext = bindingProvider.getRequestContext();
+ reqContext.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, TARGET_ENDPOINT_ADDRESS);
+
+ TestEnumeration res = null;
+ BClass input = new BClass();
+ input.setA(1);
+ input.setB("hello service");
+ try
+ {
+ res = port.testMethod(input);
+ assertEquals(res, TestEnumeration.A);
+ }
+ catch (BException e)
+ {
+ fail("Caught unexpeced TestException: " + e);
+ }
+ catch (RemoteException e)
+ {
+ fail("Caught unexpeced RemoteException: " + e);
+ }
+ assertNotNull(res);
+ }
+}
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20StatelessTestBean.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20StatelessTestBean.java 2008-04-09 10:02:25 UTC (rev 6298)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20StatelessTestBean.java 2008-04-09 10:23:36 UTC (rev 6299)
@@ -1,3 +1,24 @@
+/*
+ * 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.jbws1566.c;
import java.rmi.RemoteException;
@@ -2,35 +23,28 @@
+import javax.ejb.Stateless;
+import javax.jws.WebService;
+
+import org.jboss.test.ws.jaxws.jbws1566.a.TestEnumeration;
import org.jboss.test.ws.jaxws.jbws1566.b.BClass;
import org.jboss.test.ws.jaxws.jbws1566.b.BException;
-
-import org.jboss.test.ws.jaxws.jbws1566.a.TestEnumeration;
import org.jboss.wsf.spi.annotation.WebContext;
-import javax.ejb.Stateless;
-import javax.jws.WebService;
-
@Stateless
-@WebService(
- endpointInterface = "org.jboss.test.ws.jaxws.jbws1566.c.Jaxb20TestWSInterface",
- targetNamespace = "http://org.jboss.ws/samples/c",
- serviceName = "WebServiceTestService",
- portName = "WebServiceTestPort"
-)
-@WebContext(
- contextRoot = "/jaxwstest"
- , urlPattern="/Jaxb20StatelessTestBean/*"
- , secureWSDLAccess=false
-)
-public class Jaxb20StatelessTestBean implements Jaxb20TestWSInterface {
+@WebService(endpointInterface = "org.jboss.test.ws.jaxws.jbws1566.c.Jaxb20TestWSInterface", targetNamespace = "http://org.jboss.ws/samples/c", serviceName = "WebServiceTestService", portName = "WebServiceTestPort")
+@WebContext(contextRoot = "/jaxwstest", urlPattern = "/Jaxb20StatelessTestBean/*", secureWSDLAccess = false)
+public class Jaxb20StatelessTestBean implements Jaxb20TestWSInterface
+{
- public TestEnumeration testMethod(BClass input) throws BException, RemoteException {
- System.out.println("Got input: "+input +": a="+input.getA()+", b="+input.getB());
- if (input.getA()==0) {
- BException ex = new BException();
- ex.setAe(11);
- ex.setBe(13);
- throw ex;
- }
- return TestEnumeration.A;
- }
+ public TestEnumeration testMethod(BClass input) throws BException, RemoteException
+ {
+ System.out.println("Got input: " + input + ": a=" + input.getA() + ", b=" + input.getB());
+ if (input.getA() == 0)
+ {
+ BException ex = new BException();
+ ex.setAe(11);
+ ex.setBe(13);
+ throw ex;
+ }
+ return TestEnumeration.A;
+ }
}
Deleted: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestCase.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestCase.java 2008-04-09 10:02:25 UTC (rev 6298)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestCase.java 2008-04-09 10:23:36 UTC (rev 6299)
@@ -1,55 +0,0 @@
-package org.jboss.test.ws.jaxws.jbws1566.c;
-
-import java.net.URL;
-import java.rmi.RemoteException;
-import java.util.Map;
-
-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;
-
-import org.jboss.test.ws.jaxws.jbws1566.a.*;
-import org.jboss.test.ws.jaxws.jbws1566.b.*;
-
-public class Jaxb20TestCase extends JBossWSTest
-{
- public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxwstest/Jaxb20StatelessTestBean";
-
- public static Test suite()
- {
- return new JBossWSTestSetup(Jaxb20TestCase.class, "jaxws-jbws1566.jar");
- }
-
- public void testWebService() throws Exception
- {
- URL wsdlURL = new URL(TARGET_ENDPOINT_ADDRESS+"?wsdl");
- System.out.println("wsdl URL:"+wsdlURL);
-
- QName serviceName = new QName("http://org.jboss.ws/samples/c", "WebServiceTestService");
- Service service = Service.create(wsdlURL, serviceName);
- Jaxb20TestWSInterface port = service.getPort(Jaxb20TestWSInterface.class);
-
- BindingProvider bindingProvider = (BindingProvider)port;
- Map<String, Object> reqContext = bindingProvider.getRequestContext();
- reqContext.put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, TARGET_ENDPOINT_ADDRESS);
-
- TestEnumeration res=null;
- BClass input = new BClass();
- input.setA(1);
- input.setB("hello service");
- try {
- res = port.testMethod(input);
- assertEquals(res, TestEnumeration.A);
- } catch (BException e) {
- fail("Caught unexpeced TestException: "+e);
- } catch (RemoteException e) {
- fail("Caught unexpeced RemoteException: "+e);
- }
- assertNotNull(res);
- }
-}
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestWSInterface.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestWSInterface.java 2008-04-09 10:02:25 UTC (rev 6298)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1566/c/Jaxb20TestWSInterface.java 2008-04-09 10:23:36 UTC (rev 6299)
@@ -1,3 +1,24 @@
+/*
+ * 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.jbws1566.c;
import java.rmi.RemoteException;
@@ -2,22 +23,16 @@
+import org.jboss.test.ws.jaxws.jbws1566.a.TestEnumeration;
import org.jboss.test.ws.jaxws.jbws1566.b.BClass;
import org.jboss.test.ws.jaxws.jbws1566.b.BException;
-import org.jboss.test.ws.jaxws.jbws1566.a.TestEnumeration;
+(a)javax.jws.WebService(targetNamespace = "http://org.jboss.ws/samples/c")
+(a)javax.jws.soap.SOAPBinding(style = javax.jws.soap.SOAPBinding.Style.DOCUMENT, use = javax.jws.soap.SOAPBinding.Use.LITERAL, parameterStyle = javax.jws.soap.SOAPBinding.ParameterStyle.WRAPPED)
+public interface Jaxb20TestWSInterface extends java.rmi.Remote
+{
-(a)javax.jws.WebService(
- targetNamespace = "http://org.jboss.ws/samples/c"
-)
-(a)javax.jws.soap.SOAPBinding(
- style = javax.jws.soap.SOAPBinding.Style.DOCUMENT,
- use = javax.jws.soap.SOAPBinding.Use.LITERAL,
- parameterStyle = javax.jws.soap.SOAPBinding.ParameterStyle.WRAPPED)
-public interface Jaxb20TestWSInterface extends java.rmi.Remote {
+ @javax.jws.WebMethod(operationName = "TestMethod")
+ public @javax.jws.WebResult(name = "result")
+ TestEnumeration testMethod((a)javax.jws.WebParam(name = "input", mode = javax.jws.WebParam.Mode.IN)
+ BClass input) throws BException, RemoteException;
- @javax.jws.WebMethod(operationName = "TestMethod")
- public @javax.jws.WebResult(name="result") TestEnumeration testMethod(
- @javax.jws.WebParam(name="input", mode=javax.jws.WebParam.Mode.IN)
- BClass input
- ) throws BException, RemoteException;
-
}
\ No newline at end of file
16 years, 9 months
JBossWS SVN: r6298 - framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 06:02:25 -0400 (Wed, 09 Apr 2008)
New Revision: 6298
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java
Log:
fix typo
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java 2008-04-09 09:59:04 UTC (rev 6297)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/webfault/WebFaultTestCase.java 2008-04-09 10:02:25 UTC (rev 6298)
@@ -140,7 +140,7 @@
}
catch (Exception e)
{
- fail("Wrong exception catched!");
+ fail("Wrong exception caught!");
}
try
{
@@ -153,7 +153,7 @@
}
catch (Exception e)
{
- fail("Wrong exception catched!");
+ fail("Wrong exception caught!");
}
}
}
\ No newline at end of file
16 years, 9 months
JBossWS SVN: r6297 - framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 05:59:04 -0400 (Wed, 09 Apr 2008)
New Revision: 6297
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java
Log:
@WebService(name = "EJB3Bean")
Modified: framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java
===================================================================
--- framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java 2008-04-09 09:50:01 UTC (rev 6296)
+++ framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws944/EndpointInterface.java 2008-04-09 09:59:04 UTC (rev 6297)
@@ -25,7 +25,7 @@
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
-@WebService
+@WebService(name = "EJB3Bean", serviceName = "EJB3BeanService", targetNamespace = "http://org.jboss.ws/jbws944")
@SOAPBinding(style = SOAPBinding.Style.RPC)
public interface EndpointInterface
{
16 years, 9 months
JBossWS SVN: r6296 - in stack/native/trunk: src/test/java/org/jboss/test/ws/jaxws and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 05:50:01 -0400 (Wed, 09 Apr 2008)
New Revision: 6296
Added:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/JBWS1909TestCase.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpoint.java
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpointImpl.java
Modified:
stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
Log:
Move jbws1909 to native
Modified: stack/native/trunk/ant-import-tests/build-jars-jaxws.xml
===================================================================
--- stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2008-04-09 09:45:46 UTC (rev 6295)
+++ stack/native/trunk/ant-import-tests/build-jars-jaxws.xml 2008-04-09 09:50:01 UTC (rev 6296)
@@ -195,6 +195,14 @@
</fileset>
</jar>
+ <!-- jaxws-jbws1909 -->
+ <jar destfile="${tests.output.dir}/libs/jaxws-jbws1909.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1909/*.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/jbws1909/*TestCase.class"/>
+ </fileset>
+ </jar>
+
<!-- jaxws-jbws1988 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws1988.jar">
<fileset dir="${tests.output.dir}/classes">
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/JBWS1909TestCase.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/JBWS1909TestCase.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/JBWS1909TestCase.java 2008-04-09 09:50:01 UTC (rev 6296)
@@ -0,0 +1,58 @@
+/*
+ * 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.jbws1909;
+
+import java.net.URL;
+
+import javax.xml.namespace.QName;
+import javax.xml.ws.Service;
+
+import junit.framework.Test;
+
+import org.jboss.wsf.test.JBossWSTest;
+import org.jboss.wsf.test.JBossWSTestSetup;
+
+/**
+ * [JBWS-1909] RequestHandler.handlerWSDLResquest has dependency on Servlet API
+ *
+ * http://jira.jboss.org/jira/browse/JBWS-1909
+ *
+ * @author Thomas.Diesler(a)jboss.com
+ * @since 25-Feb-2007
+ */
+public class JBWS1909TestCase extends JBossWSTest
+{
+ public static Test suite()
+ {
+ return new JBossWSTestSetup(JBWS1909TestCase.class, "jaxws-jbws1909.jar");
+ }
+
+ public void testWSDLSchema() throws Exception
+ {
+ URL wsdlURL = new URL("http://" + getServerHost() + ":8080/jaxws-jbws1909/TestEndpointImpl?wsdl");
+ QName serviceName = new QName("http://org.jboss.ws/jbws1909", "TestEndpointService");
+ Service service = Service.create(wsdlURL, serviceName);
+ TestEndpoint port = service.getPort(TestEndpoint.class);
+ String retStr = port.echo("hello");
+ assertEquals("hello|TestEndpointService", retStr);
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/JBWS1909TestCase.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpoint.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpoint.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpoint.java 2008-04-09 09:50:01 UTC (rev 6296)
@@ -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.jbws1909;
+
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+@WebService(name = "TestEndpoint", targetNamespace = "http://org.jboss.ws/jbws1909")
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT)
+public interface TestEndpoint
+{
+ String echo(String input);
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpoint.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpointImpl.java
===================================================================
--- stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpointImpl.java (rev 0)
+++ stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpointImpl.java 2008-04-09 09:50:01 UTC (rev 6296)
@@ -0,0 +1,96 @@
+/*
+ * 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.jbws1909;
+
+// $Id$
+
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+
+import javax.annotation.Resource;
+import javax.ejb.Stateless;
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.management.ObjectName;
+import javax.xml.namespace.QName;
+import javax.xml.ws.WebServiceContext;
+import javax.xml.ws.handler.MessageContext;
+
+import org.jboss.logging.Logger;
+import org.jboss.wsf.common.DOMUtils;
+import org.jboss.wsf.common.ObjectNameFactory;
+import org.jboss.wsf.spi.SPIProvider;
+import org.jboss.wsf.spi.SPIProviderResolver;
+import org.jboss.wsf.spi.deployment.Endpoint;
+import org.jboss.wsf.spi.invocation.RequestHandler;
+import org.jboss.wsf.spi.management.EndpointRegistry;
+import org.jboss.wsf.spi.management.EndpointRegistryFactory;
+import org.w3c.dom.Element;
+
+@WebService(serviceName = "TestEndpointService", name = "TestEndpoint", targetNamespace = "http://org.jboss.ws/jbws1909")
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT)
+@Stateless
+public class TestEndpointImpl implements TestEndpoint
+{
+ // provide logging
+ private final static Logger log = Logger.getLogger(TestEndpointImpl.class);
+
+ @Resource
+ WebServiceContext context;
+
+ @WebMethod
+ public String echo(String input)
+ {
+ MessageContext msgContext = context.getMessageContext();
+ for (String key : msgContext.keySet())
+ {
+ log.info(key + "=" + msgContext.get(key));
+ }
+
+ SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
+ EndpointRegistry registry = spiProvider.getSPI(EndpointRegistryFactory.class).getEndpointRegistry();
+
+ ObjectName oname = ObjectNameFactory.create("jboss.ws:context=jaxws-jbws1909,endpoint=TestEndpointImpl");
+ Endpoint endpoint = registry.getEndpoint(oname);
+ RequestHandler reqHandler = endpoint.getRequestHandler();
+
+ try
+ {
+ ByteArrayOutputStream baos = new ByteArrayOutputStream();
+ reqHandler.handleWSDLRequest(endpoint, baos, null); // The context is null
+
+ ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray());
+ Element root = DOMUtils.parse(bais);
+ Element serviceEl = DOMUtils.getFirstChildElement(root, new QName("http://schemas.xmlsoap.org/wsdl/", "service"));
+ String serviceName = DOMUtils.getAttributeValue(serviceEl, "name");
+
+ input += "|" + serviceName;
+ }
+ catch (IOException ex)
+ {
+ throw new RuntimeException(ex);
+ }
+ return input;
+ }
+}
Property changes on: stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/TestEndpointImpl.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
16 years, 9 months
JBossWS SVN: r6295 - in framework/trunk/src/test: java/org/jboss/test/ws/jaxws and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 05:45:46 -0400 (Wed, 09 Apr 2008)
New Revision: 6295
Removed:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/jbws1909/
Modified:
framework/trunk/src/test/ant-import/build-jars-jaxws.xml
Log:
Move jbws1909 to native
Modified: framework/trunk/src/test/ant-import/build-jars-jaxws.xml
===================================================================
--- framework/trunk/src/test/ant-import/build-jars-jaxws.xml 2008-04-09 09:27:00 UTC (rev 6294)
+++ framework/trunk/src/test/ant-import/build-jars-jaxws.xml 2008-04-09 09:45:46 UTC (rev 6295)
@@ -17,9 +17,9 @@
<!-- ================================================================== -->
<target name="build-jars-jaxws" description="Build the deployments.">
-
+
<mkdir dir="${tests.output.dir}/libs"/>
-
+
<!-- jaxws-anonymous -->
<war warfile="${tests.output.dir}/libs/jaxws-anonymous.war" webxml="${tests.output.dir}/resources/jaxws/anonymous/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -44,7 +44,7 @@
<include name="org/jboss/test/ws/jaxws/smoke/tools/service/HelloWorld.class"/>
</fileset>
</jar>
-
+
<!-- jaxws-classloading-types -->
<jar destfile="${tests.output.dir}/libs/jaxws-classloading-types.jar">
<fileset dir="${tests.output.dir}/classes">
@@ -53,7 +53,7 @@
<include name="org/jboss/test/ws/jaxws/smoke/tools/service/EchoResponse.class"/>
</fileset>
</jar>
-
+
<!-- jaxws-complex -->
<war warfile="${tests.output.dir}/libs/jaxws-complex.war" webxml="${tests.output.dir}/resources/jaxws/complex/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -92,7 +92,7 @@
<include name="org/jboss/test/ws/jaxws/holder/HolderServiceImpl.class"/>
</classes>
</war>
-
+
<!-- jaxws-jbws860 -->
<war warfile="${tests.output.dir}/libs/jaxws-jbws860.war" webxml="${tests.output.dir}/resources/jaxws/jbws860/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -367,7 +367,7 @@
<include name="application.xml"/>
</metainf>
</jar>
-
+
<!-- jaxws-jbws1815 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws1815.jar">
<fileset dir="${tests.output.dir}/classes">
@@ -377,60 +377,60 @@
<include name="wsdl/my-service.wsdl"/>
</metainf>
</jar>
-
- <!-- jaxws-jbws1822 -->
- <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1822-shared.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
- <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
- </fileset>
- </jar>
- <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1822-one-ejb3-inside.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
- <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
- </fileset>
- </jar>
- <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1822-two-ejb3-inside.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
- <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
- <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
- <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
- </fileset>
- </jar>
- <ear appxml="${tests.output.dir}/resources/jaxws/jbws1822/two-ejb-modules/META-INF/application.xml"
- earfile="${tests.output.dir}/libs/jaxws-jbws1822-two-ejb-modules.ear">
- <metainf dir="${tests.output.dir}/resources/jaxws/jbws1822/two-ejb-modules/META-INF">
- <include name="jboss-app.xml"/><!-- this fixes the problem -->
- </metainf>
- <fileset file="${tests.output.dir}/libs/jaxws-jbws1822-shared.jar" />
- <fileset file="${tests.output.dir}/libs/jaxws-jbws1822-one-ejb3-inside.jar" />
- </ear>
- <ear appxml="${tests.output.dir}/resources/jaxws/jbws1822/one-ejb-module/META-INF/application.xml"
- earfile="${tests.output.dir}/libs/jaxws-jbws1822-one-ejb-module.ear">
- <fileset file="${tests.output.dir}/libs/jaxws-jbws1822-two-ejb3-inside.jar" />
- </ear>
+ <!-- jaxws-jbws1822 -->
+ <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1822-shared.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
+ </fileset>
+ </jar>
+ <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1822-one-ejb3-inside.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
+ </fileset>
+ </jar>
+ <jar jarfile="${tests.output.dir}/libs/jaxws-jbws1822-two-ejb3-inside.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBean.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1822/shared/TestBeanIface.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3Bean.class"/>
+ <include name="org/jboss/test/ws/jaxws/jbws1822/webservice/EJB3RemoteIface.class"/>
+ </fileset>
+ </jar>
+ <ear appxml="${tests.output.dir}/resources/jaxws/jbws1822/two-ejb-modules/META-INF/application.xml"
+ earfile="${tests.output.dir}/libs/jaxws-jbws1822-two-ejb-modules.ear">
+ <metainf dir="${tests.output.dir}/resources/jaxws/jbws1822/two-ejb-modules/META-INF">
+ <include name="jboss-app.xml"/><!-- this fixes the problem -->
+ </metainf>
+ <fileset file="${tests.output.dir}/libs/jaxws-jbws1822-shared.jar"/>
+ <fileset file="${tests.output.dir}/libs/jaxws-jbws1822-one-ejb3-inside.jar"/>
+ </ear>
+ <ear appxml="${tests.output.dir}/resources/jaxws/jbws1822/one-ejb-module/META-INF/application.xml"
+ earfile="${tests.output.dir}/libs/jaxws-jbws1822-one-ejb-module.ear">
+ <fileset file="${tests.output.dir}/libs/jaxws-jbws1822-two-ejb3-inside.jar"/>
+ </ear>
+
<!-- jaxws-jbws1840 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws1840.jar">
<fileset dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/jbws1840/SecureEndpointImpl.class"/>
</fileset>
</jar>
-
- <!-- jaxws-jbws1841 -->
- <jar destfile="${tests.output.dir}/libs/jaxws-jbws1841.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/jbws1841/*.class"/>
- </fileset>
- <metainf dir="${tests.output.dir}/resources/jaxws/jbws1841/META-INF">
- <include name="wsdl/*"/>
- <include name="ejb-jar.xml"/>
- <include name="jboss.xml"/>
- </metainf>
- </jar>
+ <!-- jaxws-jbws1841 -->
+ <jar destfile="${tests.output.dir}/libs/jaxws-jbws1841.jar">
+ <fileset dir="${tests.output.dir}/classes">
+ <include name="org/jboss/test/ws/jaxws/jbws1841/*.class"/>
+ </fileset>
+ <metainf dir="${tests.output.dir}/resources/jaxws/jbws1841/META-INF">
+ <include name="wsdl/*"/>
+ <include name="ejb-jar.xml"/>
+ <include name="jboss.xml"/>
+ </metainf>
+ </jar>
+
<!-- jaxws-jbws1843 -->
<war warfile="${tests.output.dir}/libs/jaxws-jbws1843.war" webxml="${tests.output.dir}/resources/jaxws/jbws1843/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -441,15 +441,15 @@
<include name="wsdl/**"/>
</webinf>
</war>
-
- <!-- jaxws-jbws1845 -->
+
+ <!-- jaxws-jbws1845 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws1845.jar">
<fileset dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/jbws1845/*.class"/>
- <exclude name="org/jboss/test/ws/jaxws/jbws1845/*TestCase.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/jbws1845/*TestCase.class"/>
</fileset>
</jar>
-
+
<!-- jaxws-jbws1854 -->
<war destfile="${tests.output.dir}/libs/jaxws-jbws1854.war" webxml="${tests.output.dir}/resources/jaxws/jbws1854/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -467,7 +467,7 @@
<include name="jboss-service.xml"/>
</metainf>
</jar>
-
+
<!-- jaxws-jbws1872 -->
<jar jarfile="${tests.output.dir}/libs/jaxws-jbws1872.jar">
<fileset dir="${tests.output.dir}/classes">
@@ -476,24 +476,16 @@
<exclude name="org/jboss/test/ws/jaxws/jbws1872/Client*.class"/>
</fileset>
</jar>
-
- <!-- jaxws-jbws1904 -->
+
+ <!-- jaxws-jbws1904 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws1904.jar">
<fileset dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/jbws1904/*.class"/>
- <exclude name="org/jboss/test/ws/jaxws/jbws1904/*TestCase.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/jbws1904/*TestCase.class"/>
</fileset>
</jar>
-
- <!-- jaxws-jbws1909 -->
- <jar destfile="${tests.output.dir}/libs/jaxws-jbws1909.jar">
- <fileset dir="${tests.output.dir}/classes">
- <include name="org/jboss/test/ws/jaxws/jbws1909/*.class"/>
- <exclude name="org/jboss/test/ws/jaxws/jbws1909/*TestCase.class"/>
- </fileset>
- </jar>
-
- <!-- jaxws-jbws1969 -->
+
+ <!-- jaxws-jbws1969 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws1969.jar">
<fileset dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/jbws1969/*.class"/>
@@ -503,15 +495,15 @@
<include name="wsdl/**"/>
</metainf>
</jar>
-
- <!-- jaxws-jbws2000 -->
+
+ <!-- jaxws-jbws2000 -->
<jar destfile="${tests.output.dir}/libs/jaxws-jbws2000.jar">
<fileset dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/jbws2000/*.class"/>
<exclude name="org/jboss/test/ws/jaxws/jbws2000/*TestCase.class"/>
</fileset>
</jar>
-
+
<!-- jaxws-jbws2009 -->
<war warfile="${tests.output.dir}/libs/jaxws-jbws2009.war" webxml="${tests.output.dir}/resources/jaxws/jbws2009/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
@@ -535,7 +527,7 @@
</webinf>
</war>
- <!-- jaxws-webfault -->
+ <!-- jaxws-webfault -->
<war warfile="${tests.output.dir}/libs/jaxws-webfault.war" webxml="${tests.output.dir}/resources/jaxws/webfault/WEB-INF/web.xml">
<classes dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/webfault/TestEndpoint.class"/>
@@ -566,8 +558,7 @@
<attribute name="main-class" value="org.jboss.test.ws.jaxws.samples.webserviceref.TestEndpointClientOne"/>
</manifest>
</jar>
- <war destfile="${tests.output.dir}/libs/jaxws-webserviceref-servlet-client.war"
- webxml="${tests.output.dir}/resources/jaxws/webserviceref/WEB-INF-client/web.xml">
+ <war destfile="${tests.output.dir}/libs/jaxws-webserviceref-servlet-client.war" webxml="${tests.output.dir}/resources/jaxws/webserviceref/WEB-INF-client/web.xml">
<classes dir="${tests.output.dir}/classes">
<include name="org/jboss/test/ws/jaxws/webserviceref/ServletClient.class"/>
<include name="org/jboss/test/ws/jaxws/webserviceref/TestEndpointService.class"/>
@@ -681,7 +672,7 @@
</war>
<!-- Please add alphabetically -->
-
+
</target>
</project>
16 years, 9 months