Hi,
>Right now I get the exception even when I try to serialize a HashMap I
>just created, without any data in it. I would guess that any request
You're saying that
Map myMap = new HashMap();
ObjectOutputStream oos = new ObjectOutputStream(new
FileOutputStream("/tmp/dummy.txt");
oos.writeObject(myMap)
throws an Exception? Really??? If so, something is messed up with your
JDK or tomcat installation, and seriously message up at that ;)
>parameters stored in the map returned by request.getParameterMap()
>should be serializable right?
Define "should." The Servlet Specification does NOT mandate that this
Map be Serializable.
Yoav Shapira
This e-mail, including any attachments, is a confidential business communication, and
may contain information that is confidential, proprietary and/or privileged. This
e-mail is intended only for the individual(s) to whom it is addressed, and may not be
saved, copied, printed, disclosed or used by anyone else. If you are not the(an)
intended recipient, please immediately delete this e-mail from your computer system
and notify the sender. Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]