Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-27 Thread Bill Nagy
This took a little longer than I would have liked, but I've opened a JIRA issue (Axis2-938) and attached my patch. Comments are welcome. -Bill On Wed, 2006-07-12 at 14:20 -0400, Bill Nagy wrote: > Hi Sanjiva, > > Logically, you can think of them as an extension to the handler > mechanism that r

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Bill Nagy
Hi Sanjiva, Logically, you can think of them as an extension to the handler mechanism that runs at the border between the core Axis2 code and the programming model layer (e.g. in the JAX-WS case they'll be run inside of the JAXWSMessageReceiver, the jaxws...AxisInvocationController, and the jaxws.

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Sanjiva Weerawarana
On Wed, 2006-07-12 at 09:40 -0400, Bill Nagy wrote: > Hi dims, > > Sure. You are correct, there is no TLS code currently in Axis2. > However we (IBM) have several cases (e.g. security) where we need to > migrate information between the Axis2 contexts and TLS. For example, we > have identity APIs

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Davanum Srinivas
makes sense :) next question, where does migrateContext and flowComplete get called from? do you have an idea? (any diffs i can review?) thx, dims On 7/12/06, Bill Nagy <[EMAIL PROTECTED]> wrote: Hi dims, Sure. You are correct, there is no TLS code currently in Axis2. However we (IBM) have s

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Bill Nagy
Hi dims, Sure. You are correct, there is no TLS code currently in Axis2. However we (IBM) have several cases (e.g. security) where we need to migrate information between the Axis2 contexts and TLS. For example, we have identity APIs that rely upon tokens being placed in TLS. While we can have t

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Davanum Srinivas
Bill, Could you please flesh out a test case as well to show how the new interface should be used? I still can't figure out in my head..I don't remember seeing any TLS code in the current Axis2 svn. Am i missing something? thanks, dims On 7/12/06, Bill Nagy <[EMAIL PROTECTED]> wrote: Hi folks,

[Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Bill Nagy
Hi folks, As I mentioned in one of my notes a while ago, we have an issue with some APIs (e.g. security, Tx) requiring that data be present on Thread Local Storage (TLS). I believe that we can work around (at least for now) needing to migrate information between threads, and can simply get away w