Re: Using Tuscany as a library

2007-10-05 Thread Simon Laws
Some more comments in line. Regards Simon On 10/5/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: > > Simon, > > Thank you for your reply. > > I haven't looked at the node APIs yet, so I will take a look. > > I think I will be able to use SCADomainFinder in the scenario that I have > at > the mome

Re: Using Tuscany as a library

2007-10-05 Thread Rajini Sivaram
Simon, Thank you for your reply. I haven't looked at the node APIs yet, so I will take a look. I think I will be able to use SCADomainFinder in the scenario that I have at the moment, where an OSGi service is exposed as a remote service through SCA, and a remote reference is obtained in another

Re: Using Tuscany as a library

2007-10-05 Thread Simon Laws
On 10/5/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: > > Simon, > > The service that the reference is wired to is not in the same JVM. At the > moment, the component definition looks like this: > > http://www.osoa.org/xmlns/sca/1.0"; > targetNamespace="http://osgidistribution"; >

Re: Using Tuscany as a library

2007-10-05 Thread Rajini Sivaram
Simon, The service that the reference is wired to is not in the same JVM. At the moment, the component definition looks like this: http://www.osoa.org/xmlns/sca/1.0"; targetNamespace="http://osgidistribution"; name="helloworldreference">

Re: Using Tuscany as a library

2007-10-05 Thread Simon Laws
On 10/4/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: > > Hello, > > I would like to use Tuscany as a library (rather than a runtime) to parse > a > reference or service definition containing bindings, and obtain a proxy to > a > service. > > At the moment, I create a composite containing a dummy c

Using Tuscany as a library

2007-10-04 Thread Rajini Sivaram
Hello, I would like to use Tuscany as a library (rather than a runtime) to parse a reference or service definition containing bindings, and obtain a proxy to a service. At the moment, I create a composite containing a dummy component with a reference, and then create an SCA domain, add a contribu