You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Mark Gertsvolf <mg...@cisco.com> on 2002/06/16 15:42:53 UTC

Passing large XML Document object via RMI

Hello everybody,

While using Xerces-J version 2.0.1.
I am having a problem with passing a large XML Document via RMI. The
receiving side gets a "Stack overflow" exception.
Some of the resources on the web suggest that it is a serialization
issue (the serialization being a recursive process causes stack overflow
on a large hierarchy of objects, which DocumentImpl object is). The
solution is to overwrite writeObject/readObject methods of the object in
question using intimate knowledge of the object.

Has anybody had such an issue in the past and what is the solution.

Your help is much appreciated.
Mark Gertsvolf



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org