Re: ServiceReference and accessing SCA Component from non SCA-client

2009-08-01 Thread Simon Nash
Hi Antonio, The only supported way to do this is to use the SCAClient API as (the other) Simon has suggested. It looks like you were just "lucky" that the client invocation worked when you returned a CService proxy to your non-SCA code. Simon Antonio Mirarchi wrote: Thank for your answers, fo

Re: ServiceReference and accessing SCA Component from non SCA-client

2009-07-23 Thread Antonio Mirarchi
Thank for your answers, for the first point i have another questions: if component is running, is it possible to obtain a reference to its service from a non sca-client code? The second point is connect to the firstm, since i cannot ( or i don't know) to obtain a reference to service from non

Re: ServiceReference and accessing SCA Component from non SCA-client

2009-07-23 Thread Simon Laws
Hi Antonio ..snip > but i don't know how obtained the "context". Is there an api that i've not > seen or an example how to do it? thanks a lot. > There are two ways to access SCA component from non-SCA applications. Firstly you could put a remote binding, like web services or RMI, on the SCA ser