Re: [T5] Hibernate integration problems/questions

2008-07-23 Thread Filip S. Adamsen
Hi, It's not a technical limitation, but if I recall correctly it mirrors the way EJB handles exceptions. I'm actually surprised this is not configurable... -Filip On 2008-07-23 13:12, 9902468 wrote: From the documentation: The transaction will be committed when the method completes norma

Re: [T5] Hibernate integration problems/questions

2008-07-23 Thread 9902468
ows a checked exception? I would like my business > handling methods to rollback the transaction if the method does not > complete normally. I really want to use a checked exception so the > caller is forced to catch it. > > > > Thanks in advance for any help! &

[T5] Hibernate integration problems/questions

2008-07-22 Thread Brendan McNichols
Hi all, I have two questions/issues with tapestry-hibernate integration: 1) In my app, I am getting a "java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0" exception (I am using MySQL, btw) after the site has been up for a while. I have tried several thi