From: <leg...@at...> - 2003-12-19 17:52:08
|
The following comment has been added to this issue: Author: Gavin King Created: Fri, 19 Dec 2003 11:51 AM Body: Yeah, this is quite useless unless you post some actual code to reproduce this, along with the actual release version of Hibernate 2.1. Note that there were changes b/w 2.1beta6 and 2.1final in this respect, and that assertion failures like this also occur if you perform some incorrect session handling, or do something else illegal in get/set methods or in callbacks. So 99% likely, this is a problem with *your* code. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-572 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-572 Summary: net.sf.hibernate.AssertionFailure: Hibernate has a bug processing collections Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Versions: 2.1 Assignee: Reporter: Raider Yang Created: Fri, 19 Dec 2003 9:41 AM Updated: Fri, 19 Dec 2003 11:51 AM Environment: tomcat+mysql Description: at java.lang.Thread.run(Thread.java:536) net.sf.hibernate.AssertionFailure: Hibernate has a bug processing collections at net.sf.hibernate.impl.SessionImpl.prepareCollectionForUpdate(SessionImpl.java:2635) at net.sf.hibernate.impl.SessionImpl.updateReachableCollection(SessionImpl.java:2556) at net.sf.hibernate.impl.SessionImpl.updateReachable(SessionImpl.java:2577) at net.sf.hibernate.impl.SessionImpl.updateReachables(SessionImpl.java:2682) at net.sf.hibernate.impl.SessionImpl.flushEntities(SessionImpl.java:2259) at net.sf.hibernate.impl.SessionImpl.flushEverything(SessionImpl.java:2017) at net.sf.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:1560) at net.sf.hibernate.impl.SessionImpl.getQueries(SessionImpl.java:1372) at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1332) at net.sf.hibernate.impl.SessionImpl.find(SessionImpl.java:1322) --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |