> java.lang.NullPointerException
>      at com.company.project.event.SMSEvent.hashCode(SMSEvent.java:334)

This looks a lot like an exception we get in one project as well, where a bean 
serialized into the DiskPageStore comes back with all properties set to null 
(including the ones tested for in hashCode() thus the NPE). Could this have 
happened during serialization, i.e. that the object write operation somehow 
failed to write any properties? The bean in question does not have any 
transient fields, and there is no custom object writer or reader.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to