Support Requests item #1111630, was opened at 2005-01-28 19:25
Message generated for change (Comment added) made by maartenc
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: Maarten Coene (maartenc)
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).

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

>Comment By: Maarten Coene (maartenc)
Date: 2005-05-06 12:02

Message:
Logged In: YES 
user_id=178745

I think the problem is that your applet uses another version
of dom4j than your servlet.

could you verify this?

regards,
Maarten

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

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: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to