posted 7 years ago
I am trying to integrate spring mvc with hibernate. I had done all necessary cnofiguration but still I am getting file not found exception.
spring-context.xml
employee.hbm.xml
i tried to add employee.hbm file in src folder and also in WEB-INF/config folder but still issue remains same. Let me know where I am going wrong.