I'm getting this error for all of my 'bean' classes:
StandardManager[/EGPS] Cannot serialize session attribute
GROUP_MEMBERSHIP_LIST for session 9881A136AEDB7A79688F9AAE21C65275
java.io.NotSerializableException: com.egps.beans.GroupMembershipBean
 at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)

I hadn't planned on the necessity of serializing all of the bean classes.
They all map to tables or various permutations
of tables and resultsets. Is all I have to do is implement the serializable
interface
in all of the classes? Everything has been running smoothly except for this
error messge and a curious
bug that prevents random records from being written. Could this possibly be
the cause of random write failures when writing to a MySQL database on a
host over the web?

Any best practices solutions is greatly appreciated.

Thanks,
Bill


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to