Salutations!
I am new to Hibernate3.1rc3 and trying it out for the first time. Developing with netBeans IDE 4.1 and I have added the necessary JAR files to my project (had a problem compiling when it could not find the Hibernate classes).
As in an earlier posting, runtime error : Could not locate hibernate.cfg.xml
As suggested I moved the file to the project classes directory.
Then, I tried again and I get the following:
Initial SessionFactory creation failed : org.hibernate.MappingException: Could not read mappings from resource: waypoints.hbm.xml
Exception in thread "main" java.lang.ExceptionInInitializerError
Thanks for any advice in advance.
dsho
|