Hi,
     I'm still using hibernate.properties file and I'd like to switch to hibernate.hbn.xml.  The docs state that this files must be in the root 
classpath... I tried to put it everywhere in my project definition... Knowing that src is in the classpath, I tried to put there...
src     <----- put it here, but it didnt work
     package
     Hibernator doesn't find the config file, even if I directly use
Code:
Configuration cfg = new Configuration();
cfg.configure("hibernate.cfg.xml");
       If you have been using Hibernate on Eclipse with the hibernate.cfg.xml, please let me know what I could check or how I can organize my directories for a better deployment...
regards,