From 2b57b201919d287e59333f69b1381c7ee1d1b997 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 21 Jun 2010 14:49:29 +0000 Subject: Add spec conformance number to message. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956610 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/binding/ws/axis2/provider/Axis2ReferenceBindingInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d29947c1cd..47eefa4641 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 for endpoint reference " + endpointReference); + throw new ServiceRuntimeException("[BWS20025] Unable to determine destination endpoint for endpoint reference " + endpointReference); } } else { address = options.getTo().getAddress(); -- cgit v1.2.3