Hi all,
I am creating a new Hibernate project. In my SessionFactory class I call the following method to read my hibernate.cfg.xml file....
configuration.configure("/hibernate-esong.cfg.xml");
However this throws the following exception....
Here is my hibernate-esong.cfg.xml.......
Here is my ESongBulkFile.hbm.xml.....
I am running this on
JBoss 4 and both of these XML files are in the WEB-INF/classes folder of my web application.
Thanks in advance for any help.