users@glassfish.java.net

Re: RE: What causes an exception loading sessions from persistent storage?

From: <glassfish_at_javadesktop.org>
Date: Wed, 27 Aug 2008 08:24:45 PDT

Wim: The domain class in question does implement Serializable through inheritance.

The com.company.CustomerSearchBean class extends com.company.BasicBean and contains the required private static final long serialVersionUID statement.

The com.company.BasicBean class does implement Serializable and the required private static final long serialVersionUID statement.

        BasicBean
               |
CustomerSearchBean

Does inheritance not work in this case and the com.company.CustomerSearchBean class has to directly implement Serializable?

Thanks,

--Todd
[Message sent by forum member 'jtp51' (jtp51)]

http://forums.java.net/jive/thread.jspa?messageID=295680