From: <leg...@at...> - 2003-10-12 17:18:24
|
Message: The following issue has been closed. Resolver: Gavin King Date: Sun, 12 Oct 2003 12:16 PM this was already fixed in CVS --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-390 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-390 Summary: XmlDatabinder.bindAll() is broken Type: Bug Status: Closed Priority: Major Resolution: DUPLICATE Project: Hibernate2 Versions: 2.1 Assignee: Reporter: Sayeed Anjum Created: Thu, 9 Oct 2003 9:37 PM Updated: Sun, 12 Oct 2003 12:16 PM Description: We have a silly error in the following method: public Databinder bindAll(Collection objects) { objects.addAll(objects); return this; } we need to change line #1 above to: this.objects.addAll(objects); --------------------------------------------------------------------- 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 |