Any hibernate-spring experts out there that could tell me how I can still get a LazyInit exception inside my spring OpenSessionInViewFilter.  My stack trace clearly says I am inside the Filter.  Exception - No session or session was closed.

This is happening when using the myfaces datascroller for a datatable and paging.  Bean that holds List of data for table is session scoped.

Unfortunately, the data is a list of hibernate objects.  I probably should be copying these into plain pojos for the view, but that is not what I am doing.  Probably because then I could need to replicate my entire object tree.

Reply via email to