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
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
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