From a7dfaf3d5a49cd44eff24a7558668bfbfe3b96e5 Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 7 Oct 2009 11:18:16 +0000 Subject: Update to get some of the JMS exception tests working by updating to match 1.x r732679 which says 'Ignore the InvocationTargetException as the Tuscany Message body has already be set with the fault' git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822666 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/core/invocation/RuntimeWireInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/sca/modules/core/src') diff --git a/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/RuntimeWireInvoker.java b/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/RuntimeWireInvoker.java index 0b50cbb2d3..43726b85dd 100644 --- a/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/RuntimeWireInvoker.java +++ b/java/sca/modules/core/src/main/java/org/apache/tuscany/sca/core/invocation/RuntimeWireInvoker.java @@ -75,7 +75,7 @@ public class RuntimeWireInvoker implements Invoker{ // shouldn't take it out of the response message in the first place msg.setBody(response); } catch (InvocationTargetException e) { - throw new ServiceRuntimeException(e); +// throw new ServiceRuntimeException(e); } return msg; -- cgit v1.2.3