[ http://issues.apache.org/jira/browse/AXIS2-1567?page=all ]
Ann Robinson updated AXIS2-1567:
--------------------------------
Attachment: patch_r488832.txt
The most recent patch file is patch_r488832.txt. This patch file replaces all
previous versions.
In this level of the message context save/restore, object re-use is maximized.
This means that when a message context is restored, it will try to re-use
existing objects that match up with the message context's hierarchy
(ServiceContext, ServiceGroupContext, Axis*).
> Need to save and restore the AXIS2 MessageContext
> -------------------------------------------------
>
> Key: AXIS2-1567
> URL: http://issues.apache.org/jira/browse/AXIS2-1567
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: New Feature
> Components: kernel
> Reporter: Ann Robinson
> Attachments: patch.txt, patch_r479679.txt, patch_r488832.txt,
> patch_update.txt
>
>
> There is an AXIS2 requirement to save the message context at some point in
> the handler chain, store it away, and restore it later. This requirement
> also includes the need to let handlers manage message-specific data when the
> message context is saved and restored.
> In particular, this feature can be used by a WS-ReliableMessaging
> implementation to persist and re-send messages and to recover from a server
> restart. The idea being to save a message context, then later restore the
> message context and pick up the message processing at the point at which the
> message context was saved (that is, without having to completely restart the
> message from the beginning).
> Refer to the wiki page
> http://wiki.apache.org/ws/FrontPage/Axis2/MessageContextSaveRestore
> for a description of a proposal on how to accomplish this feature.
--
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]