From: <leg...@at...> - 2003-11-21 14:31:24
|
The following issue has been updated: Updater: Bertrand Renuart (mailto:ber...@mo...) Date: Fri, 21 Nov 2003 8:30 AM Comment: The attachment is a patch for Hibernate 2.1-B6 fixing the problem. In addition, byte-to-char convertion has been modified to be compliant with latest JDK versions (replacing deprecated methods). Changes: Attachment changed to hibernate-HB486-patch.txt --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-486&page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-486 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-486 Summary: String padded with \0 when using type="text" Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 beta 6 Assignee: Reporter: Bertrand Renuart Created: Fri, 21 Nov 2003 8:27 AM Updated: Fri, 21 Nov 2003 8:30 AM Description: Hibernate returns string padded with trailing \0 when mapped using type TEXT: <property name="name" type="text"> Problem is located in net.sf.hibernate.type.TextType - buffer used to read data is added to the string under construction without taking care of the amount of data read. --------------------------------------------------------------------- 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 |