erwan / playoauthclient

OAuth Client for the Play Framework
22 stars 16 forks source link

JPA Error - Use of the same entity name twice: Credentials #3

Closed mordonez closed 8 years ago

mordonez commented 13 years ago

I downloaded the sample twitter app with play revision 1114, but after run the server, It get the next error:

JPA error A JPA error occured (Unable to build EntityManagerFactory): Use of the same entity name twice: Credentials

Caused by: org.hibernate.DuplicateMappingException: duplicate import: Credentials refers to both models.Credentials and models.oauthclient.Credentials (try using auto-import="false")

koblavi commented 8 years ago

I'm having the same issue

erwan commented 8 years ago

Sorry, this is no longer maintained. Feel free to fork it.