Exception in thread \"main\" org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/lara/Person.hbm.xml at org.hibernate.cfg.C
I also got this error message. But in my case the class name was wrong. Add correct package and class name according to bellow example.