You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Saminda Abeyruwan <sa...@opensource.lk> on 2005/07/20 14:53:27 UTC

[Axis2] Serialization of MessageContex

Hi All,

To initiate the serialization process of MessageContext using standard 
java serializer, i have made transient of all the loggers 
(commons-logging) that have been included in the project. In addition to 
this some classes/interfaces being  implemented/extended with 
java.io.Serializable interface to support the serialization mechanism. 
Someone please apply this patch to carry on the second phase of the 
serialization mechanism.

Saminda