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=10205>. 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=10205 Problem at serializing (streaming) DOM Nodes Summary: Problem at serializing (streaming) DOM Nodes Product: Xerces2-J Version: 2.0.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When the Node Structure has been modified by inserting, remove or something else. The DOM Node can't be transferred. You will get an marshalling error (java.io.NotSerializableException : org.apache.xerces.dom.NodeListCache) When I tried the same with new Version 2.0.2 I got the Error (java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper) in every case, when I want to transfer the DOM Node over RMI or in my case to an EJB (Both, Server and Clientside have the same Libraries). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
