All Questions
1 question
1
vote
1
answer
2k
views
How to configure OpenEntityManagerInViewFilter Spring MVC
I want to use OpenEntityManagerInViewFilter to be able to avoid lazyinitialization loading. This is my web.xml configuration:
<context-param>
<param-name>contextConfigLocation</...