Code:
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
<!-- DO NOT EDIT: This is a generated file that is synchronized -->
<!-- by MyEclipse Hibernate tool integration. -->
I am using these plugins for hibernate mapping generation...
Code:
D:\e\eclipse\plugins\org.hibernate.eclipse_3.1.0.beta4
D:\e\eclipse\plugins\com.genuitec.myeclipse.hibernate_4.0.0
D:\e\eclipse\plugins\com.genuitec.eclipse.hibernate_4.0.0 ---> This is where the files of plugin are stored. I have check the hibernate3.jar file in this directory and hibernate-mapping-3.0.dtd file has 'generated' attribute for <property>.
Classpath has hibernate3.jar file from the lib folder of my app. That also has correct hibernate-mapping-3.0.dtd file.
BUT one ibm plugin folder has 3 dtd's ->
D:\e\eclipse\plugins\com.ibm.webtooling.system.dtds_14.0.0\dtds
(hibernate-mapping-1.1.dtd,hibernate-mapping-2.0.dtd,hibernate-mapping-3.0.dtd)
This plugin is also loaded at startup.
But I guess that only the dtd from hibernate3.jar file in my classpath should be loaded !
Any Help !