How you fix the following Hibernate error:
What does \"Use of the same entity name twice\".
Another common mistake, is that you recently moved one of your persistence classes (from one package to another), but your IDE failed to clean up your .class files properly.
Or some .class files are still hanging around in your Application Server.