Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-26 Thread ant elder
On 4/26/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Ant, since I started to look at your sandbox work... what did you have in mind with Invoker.getInstance()? I've updated it a bit now though the class and method names still aren't very good, InvokerFactory is a way to get an impl

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread Jean-Sebastien Delfino
e/display/TUSCANY/Java+SCA+Runtime+Component+Hierarchy . Thanks, Raymond ----- Original Message ----- From: "Raymond Feng" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2007 11:58 AM Subject: Build runtime wire/invocation chains for a composite hierarchy > Hi, >

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread Raymond Feng
Sent: Wednesday, April 25, 2007 4:23 PM Subject: Re: Build runtime wire/invocation chains for a composite hierarchy ant elder wrote: This sounds like something I'm interested in, but I'm really struggling to understand what you're talking about in these two emails. What does

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread Jean-Sebastien Delfino
essage - From: "Raymond Feng" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2007 11:58 AM Subject: Build runtime wire/invocation chains for a composite hierarchy > Hi, > > I'm trying to indentify all the paths of SCA component interactions which > r

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread Raymond Feng
such as ImplementationContext (to create the interceptor for the component) and LifeCycle (controls lifecycle of the component). Thanks, Raymond - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 25, 2007 3:34 PM Subject: Re: Build run

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I'm trying to indentify all the paths of SCA component interactions which require to have runtime wires/invocation chains. By the SCA spec, there are three cases for the wiring: 1) Component.Reference (A.ref1) --is wired to--> Component.Service (B.svc1) -

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread ant elder
aymond Feng" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2007 11:58 AM Subject: Build runtime wire/invocation chains for a composite hierarchy > Hi, > > I'm trying to indentify all the paths of SCA component interactions which > require to have runtime wires/invoca

Re: Build runtime wire/invocation chains for a composite hierarchy

2007-04-25 Thread Raymond Feng
e at http://cwiki.apache.org/confluence/display/TUSCANY/Java+SCA+Runtime+Component+Hierarchy. Thanks, Raymond - Original Message - From: "Raymond Feng" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2007 11:58 AM Subject: Build runtime wire/invocation chains for a comp

Build runtime wire/invocation chains for a composite hierarchy

2007-04-24 Thread Raymond Feng
Hi, I'm trying to indentify all the paths of SCA component interactions which require to have runtime wires/invocation chains. By the SCA spec, there are three cases for the wiring: 1) Component.Reference (A.ref1) --is wired to--> Component.Service (B.svc1) ---