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:
slaws 2010-07-29 14:49:12 +00:00
parent 3005c5b391
commit e09d8a72ae

View file

@ -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;
}