Re: [T5] tapestry-hibernate and transactions

2008-09-03 Thread buckofive
Hi guys, I have run into a related issue. I am using a thrid party library which creates transactions, commits and also performs rollbacks internally. When ever a transaction is rolledback in the third party library I later see a hibernate exception in the log file: org.hibernate.TransactionE

Re: [T5] tapestry-hibernate and transactions

2008-06-11 Thread raulmt
ok, Howard, I added the bug to JIRA. Regards. Howard Lewis Ship wrote: > > Before making changes, I'm checking on the Hibernate user forum. > > http://forum.hibernate.org/viewtopic.php?p=2387715#2387715 > > Please still add the bug to JIRA. > > On Wed, Jun 11, 2008 at 9:53 AM, Howard Lewis

Re: [T5] tapestry-hibernate and transactions

2008-06-11 Thread Howard Lewis Ship
Before making changes, I'm checking on the Hibernate user forum. http://forum.hibernate.org/viewtopic.php?p=2387715#2387715 Please still add the bug to JIRA. On Wed, Jun 11, 2008 at 9:53 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Thanks for the heads up. > > Looking at the Hibernate sour

Re: [T5] tapestry-hibernate and transactions

2008-06-11 Thread Howard Lewis Ship
Thanks for the heads up. Looking at the Hibernate source, I can see that this is true, when you commit() a transaction, the Session's connection to the transaction (via the JDBCContext) is lost. It seems like, at least for the JDBC case, the Transaction object should only have begin() invoked onc