- Are you sure it's serializable? Try to write a simple unit test to serialize the object to a ByteArrayOutputStream for example. - In your preferred IDE set a breakpoint to NotSerializableException to check the the location/context of the exception, so you can manually find the cause of the error.

Regards,
Norbi

Vitaly Baranovsky wrote:
I can't find when I can serialize or persisting RubricSelectionModel. And
RubricSelectionModel implements Serializable. And Rubric class implements
serializable too.

I doo same code as servlet, but result is still the same :(

What can I doo?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to