From ee5141ec4c72945143c19eddc113ede12998aed9 Mon Sep 17 00:00:00 2001 From: nash Date: Tue, 24 Aug 2010 20:43:41 +0000 Subject: Merge revision 980457 from trunk into the 1.6.1 branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988719 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/branches/sca-java-1.6.1/modules/core/src/main/java') diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java b/sca-java-1.x/branches/sca-java-1.6.1/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java index e31186ed35..aefaaec90d 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java +++ b/sca-java-1.x/branches/sca-java-1.6.1/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