Jeremy Stein - Brain
« Row was updated or deleted by another transaction | SQL Server JDBC » |
Acegi Hibernate LazyInitializationException
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of [type]: [class].[property], no session or session was closed
I got this exception upon login because I had declared the OpenSessionInViewFilter after my FilterToBeanProxy in web.xml. When I put OpenSessionInViewFilter first, all was well.
No Comments
Be the first to comment!
« Row was updated or deleted by another transaction | SQL Server JDBC » |
Leave a Reply