i want to configure OpenSessionInViewFilter to able to use hibernate lazy initialization in view, so i added the filter definition in web.xml, but it doesn\'t work
OpenSessionInViewFilter
It seems that the order in which the filter chain is constructed depends on the order that the filter-mapping elements appear.
In other words, try putting filter-mapping of OpenSessionInViewFilter before any other filter-mapping.
Good luck with that