From: <leg...@at...> - 2003-10-14 15:37:21
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-400 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-400 Summary: StrinBuffer.append(StringBuffer) breaks JDK 1.3 in HSQL Dialect Type: Bug Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.0.3 Assignee: Reporter: Steve Kwee Created: Tue, 14 Oct 2003 10:36 AM Updated: Tue, 14 Oct 2003 10:36 AM Description: package net.sf.hibernate.sql class HSQLCaseFragment method toFragmentString StrinBuffer.append(StringBuffer) is a JDK 1.4 feature and breaks breaks JDK1.3.x compatibility look for buf.append(buf2); should be buf.append(buf2.toString()); --------------------------------------------------------------------- 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 |