Hello,
I’ve been getting some strange problems with hibernate, the message:
12:24:55 ERROR Error.
org.hibernate.MappingException: Bad identifier type: class
shows that.
I have, Hibernate 3 jars, and .hbm.xml files installed, but MyEclipse shows hibernate 2.1 when I bring up the Hibernate configuration. (My DTDs are also referencing hibernate 3 and I have the hibernate3.jar in my project.)
How do I make sure that everything is Hibernate 3?