Re: [appfuse-user] LazyInitializationExceptions using Hibernate/Spring/Oracle

2007-06-07 Thread Michael Horwitz
Is the OpenSessionInViewFilter uncommented in your web.xml? It should solve the problem you see below. Mike. On 6/7/07, keithstevens <[EMAIL PROTECTED]> wrote: Hi all; This seems to be a common issue, but all my searching and reading has not found the particular solution that works for us.

[appfuse-user] LazyInitializationExceptions using Hibernate/Spring/Oracle

2007-06-06 Thread keithstevens
Hi all; This seems to be a common issue, but all my searching and reading has not found the particular solution that works for us. We're trying to use Hibernate as our persistance layer for a large enterprisey system. We have annotated POJOs generated from a database using the maven appfuse plu