Hi,
My sample application working fine.
My folder struture looks like
src(folder)
-com (folder)
-all the hbm files and getter setter files
-Userlogin.hbm.xml
-Userlogin.java (contains setter and getter method)
-Auditfinding.hbm.xml
-Auditfinding.java (contains setter and getter method)
hibernate-cfg.xml
In hibernate-cfg.xml
you should mention the correct path of hbm file
like
Hope it is useful for you. Thanks
Thanks
[ February 22, 2007: Message edited by: Edward Durai ]