Hi
I have the config below
Code:
top
|
|--->src
|--->hibernate.cfg.xml
|--->net
|--->generated
|---> All my .hbm.xml and .java files
top is the root of my Eclipse project
My .hbm.xml are listed in my hibernate.cfg.xml file. Everything works fine :-)
I wish to use Hibernate tools 3.2 beta 8 within Eclipse.
I create a console as in the documentation.
When I try to open it in the Hibernate Configurations view, Eclipse complains it can find net/generated/my.hbm.xml file. A org.hibernate.MappingNotFoundException is thrown.
The search of the .hbm.xml files is not relative to the location of the hibernate.cfg.xml.
Is there something I do wrong ??
Thanks
Jean-Paul