I\'ve got a really simple class:
import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.pers
I forgot to add the hbm.xml mapping into my cfg.xml file. As soon as I added it, this exception disappeared.