Hi, My program is running properly, but when i try to use hibernate configuration perspective to check my hql queries its giving the following error-Classnotfound however the class is there as program which i am running is executing fine. Attached is stacktrace::
org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/abhishek/hbm/Message.hbm.xml Could not parse mapping document from resource com/abhishek/hbm/Message.hbm.xml org.hibernate.MappingException: class com.abhishek.hbm.Message not found while looking for property: id class com.abhishek.hbm.Message not found while looking for property: id org.hibernate.MappingException: class com.abhishek.hbm.Message not found while looking for property: id class com.abhishek.hbm.Message not found while looking for property: id java.lang.ClassNotFoundException: com.abhishek.hbm.Message com.abhishek.hbm.Message
|