Hi,
I'm using Spring 2.5 with JPA for my web application and I would like to use OpenEntityManagerInViewInterceptor to handle lazy loading in Views.
However, I am unsure how to configure the OpenEntityManagerInViewInterceptor properly.
EDIT: I tried this configuration (passing an entityManagerFactory bean to the Interceptor) and it works. I'm marking this
thread as solved. Maybe someone who is struggling with Spring+JPA will find this useful.
Vladimir