Re: object reference to a service

2010-02-25 Thread Simon Nash
injected by Tuscany if it's wired to MyService component. Thanks, Raymond *From:* Blue Diamond <mailto:gvnan...@gmail.com> *Sent:* Wednesday, February 24, 2010 9:49 PM *To:* user@tuscany.apache.org <mailto:user@tuscany.apache.org> *Subject:* object

Re: object reference to a service

2010-02-25 Thread Blue Diamond
's wired to MyService component. > > Thanks, > Raymond > > *From:* Blue Diamond > *Sent:* Wednesday, February 24, 2010 9:49 PM > *To:* user@tuscany.apache.org > *Subject:* object reference to a service > > Hi, > > I have a @scope(composite) annotated compo

Re: object reference to a service

2010-02-24 Thread Raymond Feng
2010 9:49 PM To: user@tuscany.apache.org Subject: object reference to a service Hi, I have a @scope(composite) annotated component (service). This is a singleton for me (correct me if I am wrong) and no matter how many clients call the service operations, its the same service instance

Re: object reference to a service

2010-02-24 Thread Simon Nash
Blue Diamond wrote: Hi, I have a @scope(composite) annotated component (service). This is a singleton for me (correct me if I am wrong) and no matter how many clients call the service operations, its the same service instance that's going to handle them. SCA API provides a way to obtain ser

object reference to a service

2010-02-24 Thread Blue Diamond
Hi, I have a @scope(composite) annotated component (service). This is a singleton for me (correct me if I am wrong) and no matter how many clients call the service operations, its the same service instance that's going to handle them. SCA API provides a way to obtain service reference to this com