Could not Parse Error,
February 16, 2010 at 3:20 AM
I am getting the following error, when i try to run a sample application, could you please let me know, what should have happened wrong....?
Initial SessionFactory creation failed.org.hibernate.InvalidMappingException: Could not parse mapping document from resource org/hibernate/tutorial/domain/Event.hbm.xml Exception in thread "main" java.lang.NullPointerException at org.hibernate.tutorial.EventManager.createAndStoreEvent(EventManager.java:24) at org.hibernate.tutorial.EventManager.main(EventManager.java:13)
View All Comments
| View Tutorial