JPA Problems mapping relationships
- by Rosen Martev
Hello.
I have a problem when I try to persist my model. An exception is thrown when creating the EntityManagerFactory:
Blockquote
javax.persistence.PersistenceException: [PersistenceUnit: NIF] Unable to build EntityManagerFactory
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:677)
at…