This is a bit of a nit.  It appears that the
SCARuntime.getComponentContextdoes not work if the given component is
implemented by another composite.
For example SCARuntime.getComponentContext("CalculatorServiceComponent")
returns null when CalculatorServiceComponent has a composite implementation.
   <component name="CalculatorServiceComponent">
       <implementation.composite name="foo:InnerCalculatorComposite"/>
   </component>
Should CompositeComponentImpl implement ComponentContextProvider?

Reply via email to