>Yes it is supported. By default we add o.a.t.assembly.SCABinding objects >to promoted references and services, we do this in the last metadata >processing phase - CompositeProcessor.wire() - after SCA assembly XML >files have been read.
Does this mean Tuscany loads just the model object which is o.a.t.assembly.SCABinding, eliminating the loader part for default binding? However binding implementation specific classes like xxxTargetInvoker, xxxServiceBinding, xxxReferenceBinding and builder which builds xxxServiceBinding and xxReferenceBinding are still required in binding implementation. Is this a correct assumption? -Rashmi
