hibernate.cfg.xml not found
Your hibernate.cfg.xml
needs to be inside the src
directory; otherwise it's not covered by Ant's copymetafiles
target, so it won't end up in your compiled classpath.
The hibernate.cfg.xml file shoul be in root directory of the classpath of your project. If you using Maven then make sure it should be like src > resources > hibernate.cfg.xml.