Hi, I'm newby to Hibernate... I've read different tutorials and got up and running the examples but got problems when implementing on my own :S I got an horrible:
Does any one have an idea what that means? My db is about a "mini-forum": - Tema: topic's class - Mensaje: class for a topic's messages - Alumno: class for author's data
type="text" is just working fine... when I disable everything related to the relationship between "Tema" and "Alumno" everything just works fine, but when I 'enable-it' I'm getting the error. It says is something about the getter method for the id and foreign key but I can't get exactly what is going wrong