Changes overnight mean that the tests for the remote version of the sca binding don't run.
CompositeActivator.addReferenceBindingProvider(RuntimeComponent, RuntimeComponentReference, Binding) Is now deferred until someone gets the runtime wires from the component reference. Here are the unfortunate events that cause the remote tests to fail. In the remote case a warning is printed to say that the target is not found Some new logging code prints out the model in this case The method for getting the runtime wires is getRuntimeWires which the model printer calls as a property getter This call builds the reference wires before all of the model information has been loaded. So I've commented out the model printing for now. But we need to think about the location of this wire initialization code. Simon
