I am using Hibernate\'s lazy loading, and am getting sessionFactory missing exception, even after I have defined a filter in web.xml to use OpenSessionInViewFilter
You have to put sesstionFactory Bean in your servlet-context.xml
..... ......