im gettting the following error
org.hibernate.HibernateException: No Session found for current thread
at org.springframework.orm.hibernate4.SpringSessionCont
I solved the above problem by following two step
1-Adding @Transactional support in my service method which is calling DAO methods
2-By importing the applicationContext.xml in spring-servlet.xml in this way
It removes the need to scan packages in two places spring-servlet.xml and applicationContext.xml