DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6632>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6632 It's not possible to serialize a Document. Summary: It's not possible to serialize a Document. Product: Xerces2-J Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The CoreDocumentImpl contains an field of class NodeListCache. Apparently, the transient modifier has been left out for this field. Try to serialize a Document and you get the following exception: java.io.NotSerializableException: org.apache.xerces.dom.NodeListCache Adding a transient modifier fixes this problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
