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