My Notebook
by kerner1000
Solution:
Check data types of your Entity Bean, and change any Object
to something else, e.g. String
.
Hibernate does not know how to map Object
to a valid database type. Do not use Object fields within your Entity Beans.