Hibernate + Maven + Glassfish

1

I have a Maven Project, which uses Hibernate, and has all dependencies ok.

I have already created connection pool in glassfish. The problem is that even the class mapped with the hibernate annotations tip giving error talking that must be mapped by persistent.xml, that file exists and is configured correctly and the project has been facetted with JPA, this is the first time I use Maven you need to use some additional settings, does anyone have any idea what might be happening?

    
asked by anonymous 09.03.2015 / 13:38

0 answers