From b3c36170d3ea69674fc3e892fea0bbc2cd300ceb Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 29 Jul 2010 15:34:59 +0000 Subject: TUSCANY-3639 - ensure that the service wire is created at the same time as the binding wire is created git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980474 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/core/assembly/impl/RuntimeEndpointImpl.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sca-java-2.x/trunk/modules/core/src') diff --git a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeEndpointImpl.java b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeEndpointImpl.java index fe9e437650..e294f9c270 100644 --- a/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeEndpointImpl.java +++ b/sca-java-2.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/impl/RuntimeEndpointImpl.java @@ -212,6 +212,12 @@ public class RuntimeEndpointImpl extends EndpointImpl implements RuntimeEndpoint bindingInvocationChain = new InvocationChainImpl(null, null, false, phaseManager); initServiceBindingInvocationChains(); } + + // Init the operation invocation chains now. We know they will + // be needed as well as the binding invocation chain and this + // makes the wire processors run + getInvocationChains(); + return bindingInvocationChain; } -- cgit v1.2.3