Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-08 Thread Ravi Mangalagiri
Its all working now. I moved the OpenSessionInViewFilter all the way up in web.xml and it works fine.. Thanks a lot -ravi On 3/7/07, Dave Newton [EMAIL PROTECTED] wrote: --- Ravi Mangalagiri wrote: I did move OpenSessionInViewFilter all the way up. no luck Did

Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
I did .. same thing On 3/7/07, Dave Newton [EMAIL PROTECTED] wrote: --- Ravi Mangalagiri wrote: Thats what I though initially but it doesn't look that way... To me that makes it look even *more* that way since now the filter is active because you've defined the filter

Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Ravi Mangalagiri
Dave, I did move OpenSessionInViewFilter all the way up. no luck Mike, I don't have any *.do in web.xml . all my actions use *.action suffix -ravi On 3/7/07, Ravi Mangalagiri [EMAIL PROTECTED] wrote: I did .. same thing On 3/7/07, Dave Newton [EMAIL PROTECTED]

[OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Dave Newton
--- Ravi Mangalagiri wrote: Thats what I though initially but it doesn't look that way... To me that makes it look even *more* that way since now the filter is active because you've defined the filter after the initial Action. When you now call an Action from within a JSP the filter

Re: [OT] Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

2007-03-07 Thread Dave Newton
--- Ravi Mangalagiri wrote: I did move OpenSessionInViewFilter all the way up. no luck Did you also try setting the init-params? What is your current_session_context_class set to? connection.release_mode? transaction.factory_class? d.