summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/modules
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 20:43:41 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 20:43:41 +0000
commitee5141ec4c72945143c19eddc113ede12998aed9 (patch)
tree045818d04dd5b1221042f061b7c7458f2c2d4525 /sca-java-1.x/branches/sca-java-1.6.1/modules
parente53e82b9fd0580c44bbbb440708c5c515a619a13 (diff)
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
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/modules')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/modules/core/src/main/java/org/apache/tuscany/sca/core/assembly/RuntimeWireImpl.java6
1 files changed, 6 insertions, 0 deletions
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;
}