JBossWS SVN: r9939 - framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/provider.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-30 07:28:05 -0400 (Thu, 30 Apr 2009)
New Revision: 9939
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/provider/ProviderMessageTestCase.java
Log:
[JBWS-2628] Chaning prefix in ProviderMessageTestCase to use the same assertion for all stacks
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/provider/ProviderMessageTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/provider/ProviderMessageTestCase.java 2009-04-30 11:25:59 UTC (rev 9938)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/samples/provider/ProviderMessageTestCase.java 2009-04-30 11:28:05 UTC (rev 9939)
@@ -56,11 +56,11 @@
public class ProviderMessageTestCase extends JBossWSTest
{
private String msgString =
- "<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>" +
- " <env:Body>" +
+ "<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>" +
+ " <soap:Body>" +
" <ns1:somePayload xmlns:ns1='http://org.jboss.ws/provider'/>" +
- " </env:Body>" +
- "</env:Envelope>";
+ " </soap:Body>" +
+ "</soap:Envelope>";
public static Test suite()
{
15 years, 7 months
JBossWS SVN: r9938 - framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsrunclient.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-30 07:25:59 -0400 (Thu, 30 Apr 2009)
New Revision: 9938
Modified:
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsrunclient/tests.txt
Log:
[CXF-2190] Excluding test
Modified: framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsrunclient/tests.txt
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsrunclient/tests.txt 2009-04-30 11:25:10 UTC (rev 9937)
+++ framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsrunclient/tests.txt 2009-04-30 11:25:59 UTC (rev 9938)
@@ -2,7 +2,6 @@
org.jboss.test.ws.jaxws.samples.webparam.WebParamTestCase
org.jboss.test.ws.jaxws.samples.webmethod.WebMethodTestCase
org.jboss.test.ws.jaxws.samples.webresult.WebResultTestCase
-org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousDispatchTestCase
org.jboss.test.ws.jaxws.samples.asynchronous.AsynchronousProxyTestCase
org.jboss.test.ws.jaxws.samples.context.WebServiceContextEJBTestCase
org.jboss.test.ws.jaxws.samples.context.WebServiceContextJSETestCase
15 years, 7 months
JBossWS SVN: r9937 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-30 07:25:10 -0400 (Thu, 30 Apr 2009)
New Revision: 9937
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[CXF-2190] Excluding test
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-04-30 10:53:45 UTC (rev 9936)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-04-30 11:25:10 UTC (rev 9937)
@@ -29,6 +29,9 @@
# [CXF-2185] Handler protocol match fails when multiple protocols are specified
org/jboss/test/ws/jaxws/handlerscope/**
+# [CXF-2190] Invalid message sent using Dispatch
+org/jboss/test/ws/jaxws/samples/asynchronous/AsynchronousDispatchTestCase.*
+
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-04-30 10:53:45 UTC (rev 9936)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-04-30 11:25:10 UTC (rev 9937)
@@ -29,6 +29,9 @@
# [CXF-2185] Handler protocol match fails when multiple protocols are specified
org/jboss/test/ws/jaxws/handlerscope/**
+# [CXF-2190] Invalid message sent using Dispatch
+org/jboss/test/ws/jaxws/samples/asynchronous/AsynchronousDispatchTestCase.*
+
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-04-30 10:53:45 UTC (rev 9936)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-04-30 11:25:10 UTC (rev 9937)
@@ -29,6 +29,9 @@
# [CXF-2185] Handler protocol match fails when multiple protocols are specified
org/jboss/test/ws/jaxws/handlerscope/**
+# [CXF-2190] Invalid message sent using Dispatch
+org/jboss/test/ws/jaxws/samples/asynchronous/AsynchronousDispatchTestCase.*
+
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-04-30 10:53:45 UTC (rev 9936)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-04-30 11:25:10 UTC (rev 9937)
@@ -29,6 +29,9 @@
# [CXF-2185] Handler protocol match fails when multiple protocols are specified
org/jboss/test/ws/jaxws/handlerscope/**
+# [CXF-2190] Invalid message sent using Dispatch
+org/jboss/test/ws/jaxws/samples/asynchronous/AsynchronousDispatchTestCase.*
+
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
15 years, 7 months
JBossWS SVN: r9935 - common/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-30 06:52:30 -0400 (Thu, 30 Apr 2009)
New Revision: 9935
Added:
common/tags/jbossws-common-1.0.11.CR2/
Log:
creating release tag
Copied: common/tags/jbossws-common-1.0.11.CR2 (from rev 9934, common/trunk)
15 years, 7 months
JBossWS SVN: r9933 - spi/tags.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-30 06:47:18 -0400 (Thu, 30 Apr 2009)
New Revision: 9933
Added:
spi/tags/jbossws-spi-1.1.2.CR2/
Log:
creating relese tag
Copied: spi/tags/jbossws-spi-1.1.2.CR2 (from rev 9932, spi/trunk)
15 years, 7 months
JBossWS SVN: r9932 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-30 06:35:36 -0400 (Thu, 30 Apr 2009)
New Revision: 9932
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2074] excluding tests
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-04-30 10:32:16 UTC (rev 9931)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-04-30 10:35:36 UTC (rev 9932)
@@ -37,6 +37,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2561] XOP request not properly inlined
org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-04-30 10:32:16 UTC (rev 9931)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-04-30 10:35:36 UTC (rev 9932)
@@ -37,6 +37,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2561] XOP request not properly inlined
org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-04-30 10:32:16 UTC (rev 9931)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-04-30 10:35:36 UTC (rev 9932)
@@ -37,6 +37,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2561] XOP request not properly inlined
org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-04-30 10:32:16 UTC (rev 9931)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-04-30 10:35:36 UTC (rev 9932)
@@ -37,6 +37,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2561] XOP request not properly inlined
org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
15 years, 7 months
JBossWS SVN: r9931 - stack/metro/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-04-30 06:32:16 -0400 (Thu, 30 Apr 2009)
New Revision: 9931
Modified:
stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2704] excluding tests
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-04-30 10:31:32 UTC (rev 9930)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-04-30 10:32:16 UTC (rev 9931)
@@ -11,6 +11,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
org/jboss/test/ws/jaxws/binding/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-04-30 10:31:32 UTC (rev 9930)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-04-30 10:32:16 UTC (rev 9931)
@@ -11,6 +11,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
org/jboss/test/ws/jaxws/binding/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-04-30 10:31:32 UTC (rev 9930)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-04-30 10:32:16 UTC (rev 9931)
@@ -11,6 +11,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
org/jboss/test/ws/jaxws/binding/**
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-04-30 10:31:32 UTC (rev 9930)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-04-30 10:32:16 UTC (rev 9931)
@@ -11,6 +11,7 @@
# [JBWS-2074] Resource injection in jaxws endpoints and handlers
org/jboss/test/ws/jaxws/jbws2074/**
+org/jboss/test/ws/jaxws/jbws2634/**
# [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
org/jboss/test/ws/jaxws/binding/**
15 years, 7 months
JBossWS SVN: r9930 - framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-04-30 06:31:32 -0400 (Thu, 30 Apr 2009)
New Revision: 9930
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/JBWS1611TestCase.java
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/PingEndpointImpl.java
Log:
Refactor JBWS1611TestCase to have test covering Dispatch against a DOC/Lit endpoint
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/JBWS1611TestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/JBWS1611TestCase.java 2009-04-30 10:22:02 UTC (rev 9929)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/JBWS1611TestCase.java 2009-04-30 10:31:32 UTC (rev 9930)
@@ -34,14 +34,13 @@
import junit.framework.Test;
+import org.jboss.wsf.common.DOMUtils;
import org.jboss.wsf.test.JBossWSTest;
import org.jboss.wsf.test.JBossWSTestSetup;
-import org.jboss.wsf.common.DOMUtils;
-import org.jboss.wsf.common.DOMWriter;
import org.w3c.dom.Element;
/**
- * [JBWS-1611] SOAPAction is not sent in dispath requests
+ * [JBWS-1611] SOAPAction is not sent in dispatch requests
*
* http://jira.jboss.org/jira/browse/JBWS-1611
*
@@ -73,7 +72,7 @@
Element docElement = DOMUtils.sourceToElement(retObj);
Element retElement = DOMUtils.getFirstChildElement(docElement);
- String retPayload = DOMWriter.printNode(retElement, false);
- assertEquals("<return>"uri:placeBuyOrder"</return>", retPayload);
+ assertEquals("return", retElement.getLocalName());
+ assertEquals("\"uri:placeBuyOrder\"", retElement.getFirstChild().getNodeValue());
}
}
Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/PingEndpointImpl.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/PingEndpointImpl.java 2009-04-30 10:22:02 UTC (rev 9929)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws1611/PingEndpointImpl.java 2009-04-30 10:31:32 UTC (rev 9930)
@@ -32,7 +32,7 @@
import org.jboss.logging.Logger;
@WebService(name = "PingEndpoint", serviceName = "PingEndpointService")
-@SOAPBinding(style = SOAPBinding.Style.RPC)
+@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
public class PingEndpointImpl
{
// Provide logging
15 years, 7 months