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

Re: [Hibernate] logging AbstractSaveEventListener#performSave

2006-07-21 Thread Max Rydahl Andersen
submit a patch in jira that sends it to log.trace (in less than 4 individual lines ;) and we will consider it. /max > Hi, > > I'm trying to debug/fix Hibernate messages like > "org.hibernate.NonUniqueObjectException: a different object with the > same identifier value was already associate

[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