From: <leg...@at...> - 2003-10-10 02:38:19
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- 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: Unassigned Priority: Major Project: Hibernate2 Versions: 2.1 Assignee: Reporter: Sayeed Anjum Created: Thu, 9 Oct 2003 9:37 PM Updated: Thu, 9 Oct 2003 9:37 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 |