Hi,

I ran into an issue with the following assembly:

ComponentA is implemented by Composite1. Composite1 defines a CompositeService Service1 which promotes ComponentB.Service1. Only Component.Service1 has a java interface defined.

From the debugger, I observed that the CompositeUtil resolves the
InterfaceContract in the sequence below:

1) ComponentA.Service1.setInterfaceContract(Composite1.Service1.getInterfaceContract()); // At this moment, it's null 2) Composite1.Service1.setInterfaceContract(ComponentB.Service1.getInterfaceContract()); // This is good for Composite1.Service1 but it doesn't pop up to ComponentA.Service1

As a result, ComponentA.Service1 still has a null InterfaceContract.

Thanks,
Raymond


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to