Hi,

When promoting a component reference to the composite level, the specs says
that if an interface is specified in the composite reference it must be a
superset of what is specified for the component reference that is being
promoted.  To do this I reused the CheckCompatibility method in the
'WireServiceExtension'.

But then this checking is done during the phase when a composite is being
loaded and in this phase it seems like the
JavaInterfaceProcessorRegistryImpl does not do a deep introspection of the
JavaInterface of the component's reference (that is being promoted).  As a
result of this there seems to be no comparison possible.  Any ideas on how I
can get over this ?

Thanks

- Venkat

Reply via email to