I am using Hibernate\'s lazy loading, and after adding OpenSessionInViewFilter to my web.xml I started to get sessionFactory missing exception, even after defining the sessi
Try moving the following configuration to applicationContext.xml
classpath:hibernate.cfg.xml org.hibernate.cfg.AnnotationConfiguration ${jdbc.dialect} true update net.crawler.dao.model.ScrapingProperties