If it is associated to "
Caused by: org.hibernate.type.SerializationException: could not deserialize", then check the type of the classes you are importing.
I mistakenly was importing:
- import java.security.Timestamp;
Instead of
- import java.sql.Timestamp;
No comments:
Post a Comment