Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Areshchanka Aliaksandr opened SWF-1484 and commented
OpenSessionInView filters nor interceptors doesn't work correctly with lazy collections in swf jsf 2 environment.
Try to create lazy reference to any entity in booking-faces and try to envoke it from xhtml page: #{controller.entity.lazyEntity}
you will get hibernate LazyInitializationException.
Affects: 2.3.0
Reference URL: http://forum.springsource.org/showthread.php?112245-LazyInitializationException-with-SWF-JPA-JSF-2.0-Primefaces
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Areshchanka Aliaksandr opened SWF-1484 and commented
OpenSessionInView filters nor interceptors doesn't work correctly with lazy collections in swf jsf 2 environment.
Try to create lazy reference to any entity in booking-faces and try to envoke it from xhtml page:
#{controller.entity.lazyEntity}
you will get hibernate LazyInitializationException.
Affects: 2.3.0
Reference URL: http://forum.springsource.org/showthread.php?112245-LazyInitializationException-with-SWF-JPA-JSF-2.0-Primefaces
The text was updated successfully, but these errors were encountered: