[jira] Updated: (AXIS2-938) Plugpoint to allow for migration between context and TLS

2006-08-01 Thread Bill Nagy (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-938?page=all ]

Bill Nagy updated AXIS2-938:


Attachment: tlsmigratortake2.patch

This is a reworking of the TLS migrator patch.   The List of 
ThreadContextMigrators is now held within a property on the 
ConfigurationContext.  The property is identified by the programming model to 
which the migrators are associated.

> Plugpoint to allow for migration between context and TLS
> 
>
> Key: AXIS2-938
> URL: http://issues.apache.org/jira/browse/AXIS2-938
> Project: Apache Axis 2.0 (Axis2)
>  Issue Type: New Feature
>  Components: core, jaxws
>Reporter: Bill Nagy
> Assigned To: Bill Nagy
> Attachments: tlsmigrator.patch, tlsmigratortake2.patch
>
>
> 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 with storing it in one of the contexts and then moving it to TLS 
> before we get into user space (i.e. up through the service programming model) 
> and then back again if need be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (AXIS2-938) Plugpoint to allow for migration between context and TLS

2006-07-27 Thread Bill Nagy (JIRA)
 [ http://issues.apache.org/jira/browse/AXIS2-938?page=all ]

Bill Nagy updated AXIS2-938:


Attachment: tlsmigrator.patch

> Plugpoint to allow for migration between context and TLS
> 
>
> Key: AXIS2-938
> URL: http://issues.apache.org/jira/browse/AXIS2-938
> Project: Apache Axis 2.0 (Axis2)
>  Issue Type: New Feature
>  Components: core, jaxws
>Reporter: Bill Nagy
> Assigned To: Bill Nagy
> Attachments: tlsmigrator.patch
>
>
> 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 with storing it in one of the contexts and then moving it to TLS 
> before we get into user space (i.e. up through the service programming model) 
> and then back again if need be.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]