I was just wondering if org.springframework.orm.hibernate.support.OpenSess ionInViewFilter
might be involved in the fact that the commit/rollback/commit/rollback are executed at the end of the http...
Type: Posts; User: vincdel; Keyword(s):
I was just wondering if org.springframework.orm.hibernate.support.OpenSess ionInViewFilter
might be involved in the fact that the commit/rollback/commit/rollback are executed at the end of the http...
I was just wondering if org.springframework.orm.hibernate.support.OpenSessionInViewFilter
might be involved in the fact that the commit/rollback/commit/rollback are executed at the end of the http...
Hello,
In my application, I can see that the robback / commits are executed after the mapping.forward of struts.
I can't understand why. Do you ?
Then I also post another subject, but after...
In our application (Webapps with Tomcat), we use spring 1.1/hibernate 2 / struts.
I use P6Spy to check the executed SQL orders.
For a very sample code :
1 action call a service which call a DAO...