From 3940824827ea69a56231af2679a2baee4ba94ddd Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 21 Jun 2010 14:40:01 +0000 Subject: Improve error message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956607 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/binding/ws/axis2/provider/Axis2ReferenceBindingInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk') diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/provider/Axis2ReferenceBindingInvoker.java b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/provider/Axis2ReferenceBindingInvoker.java index 9db4d85440..d29947c1cd 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/provider/Axis2ReferenceBindingInvoker.java +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/provider/Axis2ReferenceBindingInvoker.java @@ -188,7 +188,7 @@ public class Axis2ReferenceBindingInvoker implements Invoker { if (ep != null && ep.getBinding() != null) { address = ep.getBinding().getURI(); } else { - throw new ServiceRuntimeException("Unable to determine destination endpoint"); + throw new ServiceRuntimeException("Unable to determine destination endpoint for endpoint reference " + endpointReference); } } else { address = options.getTo().getAddress(); -- cgit v1.2.3