From e09d8a72ae12bae070396339963a6331b4225bdd Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 29 Jul 2010 14:49:12 +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@980457 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sca-java-1.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca') diff --git a/sca-java-1.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java b/sca-java-1.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java index e31186ed35..aefaaec90d 100644 --- a/sca-java-1.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java +++ b/sca-java-1.x/trunk/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java @@ -131,6 +131,12 @@ public class RuntimeWireImpl implements RuntimeWire { 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