Re : springOpenEntityManagerInViewFilter (with Hibernate)

2009-03-17 Thread François Rouxel
56s Objet : Re: springOpenEntityManagerInViewFilter (with Hibernate) I didn't see a reply to your question. Did you ever find an answer? Interested to know what you found out. On 3/11/09, fr Rouxel wrote: > > Hi, > > do you know how this filter manage the rollback when a db error occurres? > >

Re: springOpenEntityManagerInViewFilter (with Hibernate)

2009-03-15 Thread Burton Rhodes
I didn't see a reply to your question. Did you ever find an answer? Interested to know what you found out. On 3/11/09, fr Rouxel wrote: > > Hi, > > do you know how this filter manage the rollback when a db error occurres? > > Is it simple to add an struts 2 error message? > > Right now, I'm using

springOpenEntityManagerInViewFilter (with Hibernate)

2009-03-11 Thread fr Rouxel
Hi, do you know how this filter manage the rollback when a db error occurres? Is it simple to add an struts 2 error message? Right now, I'm using a struts 2 interceptor, and I can manage the error message. (If you are interesting by my code...just ask) And I wonder if it's better to use the sp