Support Requests item #1111630, was opened at 2005-01-28 11:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=216035&aid=1111630&group_id=16035

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Jubilee (prideafrica)
Assigned to: Nobody/Anonymous (nobody)
Summary: Reserialization Of Document When Transferred Over HTTP

Initial Comment:
I have an XML file created by other editors and saved
in a directory on a server. A servlet is supposed to
read this file as a dom4j Document and serialize it to
an applet that may want to modify the file, the
resubmit the modifed XML file for saving. The problem
is that when the Document arrives at the applet, its
use throws a "java.io.InvalidClassException:
org.dom4j.QName; local class incompatible" exception.
Why is my file's serial UID changing when the the file
is transfered as a serial stream? And how can I lock
down this long so edits and various modifications of
the file do not change this UID?
When I use Xalan/Xerces to do the same thing,
everything works fine, which would point to the DOM4J
classes as a problem. (As the only troubleshooting step
taken).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=216035&aid=1111630&group_id=16035


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to