From: Holger H. (JIRA) <no...@at...> - 2006-07-24 13:33:15
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1934?page=comments#action_23733 ] Holger Haag commented on HHH-1934: ---------------------------------- Thanks. You're right about the toString() since anything can happen in there. What about removing the implicit toString() calls and only showing the the values of old.getClass().getCanonicalName() and entity.getClass().getCanonicalName() ? > logging NonUniqueObjectException and WrongClassException > -------------------------------------------------------- > > Key: HHH-1934 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1934 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Holger Haag > Priority: Trivial > Fix For: 3.2.0.ga > Attachments: hb.patch > > > Added some logging information which make it easier to track down NonUniqueObjectException and WrongClassException exceptions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |