Re: [Hibernate] Connection Handling in Isolater

2006-07-20 Thread Steve Ebersole
Hehe. That obviously will not work ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 9:13 AM To: Steve Ebersole Cc: hibernate-devel@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [Hibernate] Connection Handling in Isolater

Re: [Hibernate] Connection Handling in Isolater

2006-07-20 Thread java
t;-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >[EMAIL PROTECTED] >Sent: Thursday, July 20, 2006 8:35 AM >To: hibernate-devel@lists.sourceforge.net >Cc: [EMAIL PROTECTED] >Subject: [Hibernate

Re: [Hibernate] Connection Handling in Isolater

2006-07-20 Thread Steve Ebersole
: [Hibernate] Connection Handling in Isolater Hi all, I think org.hibernate.engine.transaction.Isolater is not handling connections properly: The method JdbcDelegate is currently implemented as follows: public static class JdbcDelegate implements Delegate

Re: [Hibernate] Connection Handling in Isolater

2006-07-20 Thread Emmanuel Bernard
I think this is fixed already, have you checked the latest version? [EMAIL PROTECTED] wrote: > Hi all, > > I think org.hibernate.engine.transaction.Isolater is not handling connections > properly: > > The method JdbcDelegate is currently implemented as follows: > > public static class JdbcD

[Hibernate] Connection Handling in Isolater

2006-07-20 Thread java
Hi all, I think org.hibernate.engine.transaction.Isolater is not handling connections properly: The method JdbcDelegate is currently implemented as follows: public static class JdbcDelegate implements Delegate { ... public void delegateWork(IsolatedWork w