You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jianlin Chang <ch...@platform.com> on 2001/05/18 22:07:12 UTC

servlet/JSP: problem with serialize array

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.