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
This commit is contained in:
parent
3005c5b391
commit
e09d8a72ae
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue