View Single Post
  #1 (permalink)  
Old 06-15-2007, 06:14 PM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
org.hibernate.DuplicateMappingException: Duplicate class/entity mapping project
I had this error
org.hibernate.DuplicateMappingException: Duplicate class/entity mapping project.hibernate.User
and I was searching on Internet about that. It appears because there is 2 persistent class with the same name. my question is:
Is it count the extension ? because the classes that I used the same name are
User.java y User.hbm.xml.
Thanks
Reply With Quote
Sponsored Links