RE: Binding Context?

2006-09-17 Thread Peter Cousins
16, 2006 11:39 AM To: tuscany-dev@ws.apache.org Subject: Re: Binding Context? On Sep 16, 2006, at 7:48 AM, Peter Cousins wrote: I was thinking application components would receive the information using push, which seems to be what you're thinking. Yes. I was thinking that the aspect

Re: Binding Context?

2006-09-16 Thread Jeremy Boynes
On Sep 16, 2006, at 7:48 AM, Peter Cousins wrote: I was thinking application components would receive the information using push, which seems to be what you're thinking. Yes. I was thinking that the aspect components could access the context information using pull, because their behavior is

Re: Binding Context?

2006-09-13 Thread ant elder
On 9/13/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I think this can be done using normal SCA components whose service interfaces have parameters that are IT data objects - for example, Peter's router could be passed a SDO DataObject containing the full message (with headers) or an alternative

Re: Binding Context?

2006-09-13 Thread Peter Cousins
Jeremy Boynes wrote: What concerns me is leaking wiring information to the component implementations. That basically violates the entire goal of SCA assembly as it puts wiring and infrastructure back into application code. What Peter is describing sounds more like an infrastructure

RE: Binding Context?

2006-09-13 Thread Peter Cousins
I have another usage scenario to show why this needs to be accessible to application developers (with the same caveat that it should be partitioned into an aspect or similar construct), as opposed to just framework developers is audit trail. It is common in financial services to log connection

RE: Binding Context?

2006-09-13 Thread Meeraj Kunnumpurath
information and route it to the component. Ta Meeraj -Original Message- From: Peter Cousins [mailto:[EMAIL PROTECTED] Sent: 13 September 2006 12:49 To: tuscany-dev@ws.apache.org Subject: Re: Binding Context? Jeremy Boynes wrote: What concerns me is leaking wiring information to the component

RE: Binding Context?

2006-09-13 Thread Liu, Jervis
info should be similar to JAX-WS, i.e., declare a context resource that can be injected in the runtime. Cheers, Jervis -Original Message- From: Peter Cousins [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 7:49 PM To: tuscany-dev@ws.apache.org Subject: Re: Binding

Re: Binding Context?

2006-09-13 Thread Jeremy Boynes
On Sep 13, 2006, at 7:50 AM, Liu, Jervis wrote: Hi, I understand there is an on-going process in the spec group to define a JAX-WS integration with SCA, it would be interesting to look into this context issue from the aspect of JAX-WS services. According to JAX-WS spec, a thread local

Re: Binding Context?

2006-09-13 Thread Raymond Feng
12, 2006 4:13 PM Subject: Re: Binding Context? On Sep 12, 2006, at 3:18 PM, Raymond Feng wrote: Hi, Peter. Thank you for bringing this requirement to the table even though we don't have this feature in Tuscany yet. First of all, I think it's a valid requirement to support context

Re: Binding Context?

2006-09-13 Thread Jeremy Boynes
On Sep 13, 2006, at 4:48 AM, Peter Cousins wrote: I agree that business application logic should not use this context information. Ideally, there would support for users to write simple plugins that could run inside the call context as aspects (in the AOP sense). Only the aspects would

Re: Binding Context?

2006-09-12 Thread Raymond Feng
Cousins [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Tuesday, September 12, 2006 1:25 PM Subject: Binding Context? I want to access context information specific to a binding in my server component implementation in Tuscany. Examples of binding specific context are: JMS queue name

Re: Binding Context?

2006-09-12 Thread Jeremy Boynes
On Sep 12, 2006, at 3:18 PM, Raymond Feng wrote: Hi, Peter. Thank you for bringing this requirement to the table even though we don't have this feature in Tuscany yet. First of all, I think it's a valid requirement to support context propagation for service invocations, especially for

FW: Binding Context?

2006-09-12 Thread Peter Cousins
Please forgive the cross post. A friend at IONA suggested I use this list instead since the project is still incubatingPC I want to access context information specific to a binding in my server component implementation in Tuscany. Examples of binding specific context are: JMS