Comment 3 for bug 585483

Revision history for this message
rbadert (rbadertscher) wrote :

Yeah that's correct - but you could give it another name and then you have to name it in the persistence.xml.
I added this, as Hibernate didn't recognize it in my Play application; probably because it is contained in a separate jar file which contains all the business logic. I even had to define jpa.entities=...., .... in the application.conf file to trigger the JPA entity manager. Looks like Play looks only into the model directory.