[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

Re: [Hibernate] Connection Handling in Isolater

2006-07-20 Thread java
Hello Steve, thanks for the quick reply. Since I didn't notice you've moved to SVN I've checked the "latest" version from CVS (via the web CVS View) ;-) Rgds Holger Steve Ebersole wrote: >Yep. This has already been fixed for almost two months now in SVN ;) > >-Original Message- >From:

[Hibernate] logging AbstractSaveEventListener#performSave

2006-07-20 Thread java
Hi, I'm trying to debug/fix Hibernate messages like "org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: "... and I find the default exception logging in AbstractSaveEventListener#performSave not sufficient. I've ad

Re: [Hibernate] logging AbstractSaveEventListener#performSave

2006-07-24 Thread java
Here you go: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1934 it's only three lines, but enhances two logging entries, so will I have three lines free on the next issue ;-) ?? anyway, I'd really like to see the logging on those issues improved, since I've spent quite some ti