On Wed, Apr 8, 2009 at 1:06 AM, Raymond Feng <[email protected]> wrote:
> Hi,
>
> This is interesting. One thing I'm not sure is if
> SCAClientFactory.newInstance() should trigger the "start" of the node. What
> I understand from the spec discussion is that the SCAClientFactory provides
> an entry point to a running SCA domain. We may have to get clarifications
> from the spec side.
>
> Thanks,
> Raymond
>

Yes, that was an easy way to get it working simply, we need a way to
get the SCAClient to find an already created node. To do that we
probably need to change the SCAClient impl to be a new class instead
of the NodeImpl and have that class find a Node and choose one based
on the domain URI passed in on the SCAClient getService call.  It does
seem convenient to me in a JSE environment for that to create an
underlying node to use if there's not an already started Node to use.

   ...ant

Reply via email to