I am using Spring MVC and Hibernate.
But When i run my application ,one error is showing always "equest processing failed; nested exception is org.hibernate.HibernateException: No Hibernate Session bound to
thread, and configuration does not allow creation of non-transactional one here"
servlet-context.xml
root-context.xml
userserviceImpl.java
daoImpl.java
HomeController.java
How to solve this problem?please suggest me.