I got this error message from tomcat (on the terminal where tomcat is started):
SessionSerializer: java.lang.ClassNotFoundException: [LMyclass;
 
As I can see from it, it tries to serialize Myclass array (which is stored as
servlet session attribute), and can't find
Myclass class.  Why is it so?  It can certainly find Myclass, because other
parts of the servlet used it and it got no problems finding it.
 
Thanks.

Reply via email to