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?
- SCARuntime.getComponentContext Greg Dritschler
- Re: SCARuntime.getComponentContext Jean-Sebastien Delfino
- Re: SCARuntime.getComponentContext Greg Dritschler
