Re: How to associate some context with a composite?

2007-03-16 Thread Raymond Feng
Great. I'll move it to SPI under "org.apache.tuscany.spi.component" in a few minutes. Thanks, Raymond - Original Message - From: "Jeremy Boynes" <[EMAIL PROTECTED]> To: Sent: Thursday, March 15, 2007 11:12 PM Subject: Re: How to associate some cont

Re: How to associate some context with a composite?

2007-03-15 Thread Jeremy Boynes
On Mar 15, 2007, at 10:35 PM, Raymond Feng wrote: Hi, When I try to register a HelperContext component for the composite from databinding-sdo extension, I found that I need to access the ComponentManager which is in the core. Can we promote it to SPI? Makes sense. BTW, do we still have

Re: How to associate some context with a composite?

2007-03-15 Thread Raymond Feng
, Raymond - Original Message - From: "Jim Marino" <[EMAIL PROTECTED]> To: Sent: Friday, March 02, 2007 11:27 AM Subject: Re: How to associate some context with a composite? On Mar 2, 2007, at 9:53 AM, Raymond Feng wrote: Hi, Jim. Thank you for the suggestion.

Re: How to associate some context with a composite?

2007-03-02 Thread Jim Marino
an be treated as resource in a way. Yes that is exactly right I think. Thanks, Raymond - Original Message - From: "Jim Marino" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 28, 2007 1:56 PM Subject: Re: How to associate some context with a composite? Hi R

Re: How to associate some context with a composite?

2007-03-02 Thread Raymond Feng
quot;Jim Marino" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 28, 2007 1:56 PM Subject: Re: How to associate some context with a composite? Hi Raymond, Comments inline Jim On Feb 28, 2007, at 1:41 PM, Raymond Feng wrote: Hi, In the databinding framework, we need to att

Re: How to associate some context with a composite?

2007-02-28 Thread Jeremy Boynes
In general, this won't work in a federated world as there might not be any representation of the composite on the runtime node. I think what you're trying to do here is define a common resource for use in the target runtime - very similar to how we're planning to define ClassLoaders as part

Re: How to associate some context with a composite?

2007-02-28 Thread Jim Marino
Hi Raymond, Comments inline Jim On Feb 28, 2007, at 1:41 PM, Raymond Feng wrote: Hi, In the databinding framework, we need to attach some context such as the databinding-specific typing system to a composite. For example, in SDO databinding, we use "import.sdo" to populate SDO type

How to associate some context with a composite?

2007-02-28 Thread Raymond Feng
Hi, In the databinding framework, we need to attach some context such as the databinding-specific typing system to a composite. For example, in SDO databinding, we use "import.sdo" to populate SDO types into HelperContext for the given composite and the HelperContext will be used later on for