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")
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")