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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
