Author: alessio.soldano(a)jboss.com
Date: 2009-02-20 06:15:55 -0500 (Fri, 20 Feb 2009)
New Revision: 9336
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/AbstractInvoker.java
stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
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-2478] Fixing AbstractInvoker and re-enabling tests
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/AbstractInvoker.java
===================================================================
---
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/AbstractInvoker.java 2009-02-20
10:35:27 UTC (rev 9335)
+++
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/AbstractInvoker.java 2009-02-20
11:15:55 UTC (rev 9336)
@@ -82,6 +82,8 @@
*
* @author Thomas.Diesler(a)jboss.org
* @author richard.opalka(a)jboss.com
+ *
+ * @see org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker
*/
public abstract class AbstractInvoker implements Invoker
{
@@ -279,13 +281,11 @@
return null;
}
Message m = exchange.getOutMessage();
- if (m == null && !exchange.isOneWay()) {
- throw new UnsupportedOperationException();
- /* TODO: below is the copy/paste from CXF 2.1.3 AbstractJAXWSMethodInvoker.java,
should we enable it?
- Endpoint ep = exchange.get(Endpoint.class);
+ if (m == null && !exchange.isOneWay())
+ {
+ org.apache.cxf.endpoint.Endpoint ep =
exchange.get(org.apache.cxf.endpoint.Endpoint.class);
m = ep.getBinding().createMessage();
exchange.setOutMessage(m);
- */
}
return m;
}
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -85,9 +85,6 @@
# [JBWS-2330] Failed to deploy service with multiple bindings
org/jboss/test/ws/jaxws/jbws2278/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -85,9 +85,6 @@
# [JBWS-2330] Failed to deploy service with multiple bindings
org/jboss/test/ws/jaxws/jbws2278/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -85,9 +85,6 @@
# [JBWS-2330] Failed to deploy service with multiple bindings
org/jboss/test/ws/jaxws/jbws2278/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -70,8 +70,5 @@
# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
org/jboss/test/ws/jaxws/jbws1178/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -70,8 +70,5 @@
# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
org/jboss/test/ws/jaxws/jbws1178/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -70,8 +70,5 @@
# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
org/jboss/test/ws/jaxws/jbws1178/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-20 10:35:27 UTC
(rev 9335)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2009-02-20 11:15:55 UTC
(rev 9336)
@@ -70,8 +70,5 @@
# [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
org/jboss/test/ws/jaxws/jbws1178/**
-# [JBWS-2478] Investigate why WS-Security CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsse/SignEncryptTestCase.*
-
# [JBWS-2480] Soap attachments are dropped on server response
org/jboss/test/ws/jaxws/jbws1283/**
Show replies by date