Re: Cross-jvm locate service

2007-08-10 Thread Jean-Sebastien Delfino
Kevin Williams wrote: Sebastien and Simon, Thanks for this conversation. Its been very helpful. I would like to recap a little and ask a couple of questions. At the highest level the steps to locate a service are: 1. Look locally and if found proceed as Tuscany does today, otherwise 2.

Re: Cross-jvm locate service

2007-08-09 Thread Simon Laws
On 8/8/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Kevin Williams wrote: I am interested in extending the current locate service capability to support the location of services that may be running within the same domain but a separate jvm. The most straightforward approach may be

Re: Cross-jvm locate service

2007-08-09 Thread Jean-Sebastien Delfino
Comments inline. [snip] Simon Laws wrote: Currently getServiceReference() expects a service name so we can rely on the implication that all contributed composites are notionally included into the domain level composite to reference a component and extend Sebastien's process to say. Just to

Re: Cross-jvm locate service

2007-08-09 Thread Simon Laws
On 8/9/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Comments inline. [snip] Simon Laws wrote: Currently getServiceReference() expects a service name so we can rely on the implication that all contributed composites are notionally included into the domain level composite to

Service visibility (was Re: Cross-jvm locate service)

2007-08-09 Thread Simon Nash
This is technically feasible (see other discussion on this thread) but I think we need to be careful about how wide open we are making the services within a Tuscany SCA domain. I don't think we want every service within every domain to be wide open for anyone to reach down from the sky and call

Re: Service visibility (was Re: Cross-jvm locate service)

2007-08-09 Thread Paul Golick
composite. If this is not a correct interpretation of the SCA Assembly Model, please correct me. Paul Simon Nash [EMAIL PROTECTED] 2007-08-09 06:27 AM Please respond to tuscany-dev@ws.apache.org To tuscany-dev@ws.apache.org cc Subject Service visibility (was Re: Cross-jvm locate service

Re: Cross-jvm locate service

2007-08-09 Thread Kevin Williams
Sebastien and Simon, Thanks for this conversation. Its been very helpful. I would like to recap a little and ask a couple of questions. At the highest level the steps to locate a service are: 1. Look locally and if found proceed as Tuscany does today, otherwise 2. Dynamically create a

Cross-jvm locate service

2007-08-08 Thread Kevin Williams
I am interested in extending the current locate service capability to support the location of services that may be running within the same domain but a separate jvm. The most straightforward approach may be to dynamically create and return a service reference using the same Tuscany runtime

Re: Cross-jvm locate service

2007-08-08 Thread Jean-Sebastien Delfino
Kevin Williams wrote: I am interested in extending the current locate service capability to support the location of services that may be running within the same domain but a separate jvm. The most straightforward approach may be to dynamically create and return a service reference using the