From: <leg...@at...> - 2003-08-26 09:45:39
|
Message: The following issue has been closed. Resolver: Max Rydahl Andersen Date: Mon, 25 Aug 2003 12:17 PM got it ;) Is now fixed in cvs --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-277 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-277 Summary: hbm2java generates wrong import with BinaryBlobType Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Hibernate2 Components: toolset Fix Fors: 2.1 Assignee: Max Rydahl Andersen Reporter: Thomas Jenny Created: Thu, 21 Aug 2003 4:31 AM Updated: Mon, 25 Aug 2003 12:17 PM Environment: Hibernate 2.0.2, Hibernate extensions 2.0 Description: in the mapping file, the following property is defined: <property name="cryptedPassword" type="package.BinaryBlobType" column="CRYPTED_PASSWORD" length="4000" /> I'm using the class BinaryBlobType almost as defined at http://hibernate.bluemars.net/73.html (imports adjusted to Hibernate 2) hbm2java generates the following import: import byte[]; ... When I remove the import, the code compiles and runs fine; but our automatic build cycle is currently broken because of this ... --------------------------------------------------------------------- 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 |