Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-11 Thread Venkata Krishnan
ks, > Raymond > > - Original Message - > From: "Venkata Krishnan" <[EMAIL PROTECTED]> > To: > Sent: Thursday, February 08, 2007 4:37 AM > Subject: Re: DataBindingInterceptor and PassByValueInterceptor question > > >> Hi Jim, >> >> T

Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-08 Thread Raymond Feng
ssage - From: "Venkata Krishnan" <[EMAIL PROTECTED]> To: Sent: Thursday, February 08, 2007 4:37 AM Subject: Re: DataBindingInterceptor and PassByValueInterceptor question Hi Jim, The PassByValueWirePostProcessor sure needs an update in the sense that it only looks for a

Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-08 Thread Raymond Feng
ta Krishnan" <[EMAIL PROTECTED]> To: Sent: Thursday, February 08, 2007 4:37 AM Subject: Re: DataBindingInterceptor and PassByValueInterceptor question Hi Jim, The PassByValueWirePostProcessor sure needs an update in the sense that it only looks for allowsPassByReference at the inter

Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-08 Thread Venkata Krishnan
nd - Original Message - From: "Jim Marino" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 10:37 AM Subject: Re: DataBindingInterceptor and PassByValueInterceptor question > > On Feb 7, 2007, at 10:21 AM, Raymond Feng wrote: > >> Hi, Jim. >> &

Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-07 Thread Raymond Feng
ebruary 07, 2007 10:37 AM Subject: Re: DataBindingInterceptor and PassByValueInterceptor question On Feb 7, 2007, at 10:21 AM, Raymond Feng wrote: Hi, Jim. Let me explain the DataBindingInterceptor part. In this case, I pass the CompositeComponent as a metadata in the transformation con

Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-07 Thread Jim Marino
On Feb 7, 2007, at 10:21 AM, Raymond Feng wrote: Hi, Jim. Let me explain the DataBindingInterceptor part. In this case, I pass the CompositeComponent as a metadata in the transformation context so that the transformers can access the extensions (SCAObject.getExtensions) of the CompositeCo

Re: DataBindingInterceptor and PassByValueInterceptor question

2007-02-07 Thread Raymond Feng
ation. Thanks, Raymond - Original Message - From: "Jim Marino" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 9:27 AM Subject: DataBindingInterceptor and PassByValueInterceptor question Hi, In the process of refactoring core, I'm attempti

DataBindingInterceptor and PassByValueInterceptor question

2007-02-07 Thread Jim Marino
Hi, In the process of refactoring core, I'm attempting to remove the need for Wire.getContainer(). Two places this is used is DataBindingInterceptor and PassByValueInterceptor. The former tunnels up to the wire container's parent and passes the CompositeComponent as metadata in the trans