Hi Tony,

I'm assuming you are using the sample CalculatorClient style code try to
access the service, i.e. the part that uses the scaDomain to get a local
reference to a component service.

       CalculatorService calculatorService =
           scaDomain.getService(CalculatorService.class,
"CalculatorServiceComponent");

I just took a look at the code and currently the code behind this method
only looks at the components available in the domain composite when looking
for the named service, i.e. It's looking for a component and a service it
provides rather than a composite service that refers to a component service.
The term service is a little confusing in this regard in my opinion.

Regards

Simon

Reply via email to