|
From: <leg...@at...> - 2003-10-01 14:18:22
|
The following comment has been added to this issue:
Author: Les Hazlewood
Created: Wed, 1 Oct 2003 9:17 AM
Body:
Sorry Max, I should have clarified...
It was done via a custom build from source of 2.1 beta I pulled and compiled on August 25th.
Apparently, 2.1 beta 3 has been released on Sourceforge's download page. (which has a date of September 7th). Does that version fix the problem?
If so, please close the issue...
Thanks,
Les
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-372
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-372
Summary: hbm2java generates two default constructors
Type: Bug
Status: Assigned
Priority: Major
Project: Hibernate2
Components:
toolset
Assignee: Max Rydahl Andersen
Reporter: Les Hazlewood
Created: Tue, 30 Sep 2003 1:10 PM
Updated: Tue, 30 Sep 2003 5:04 PM
Environment: Linux, w/ ant 1.5.1
Description:
The following mapping generates a class with two default constructors, and therefore compilation fails:
<hibernate-mapping>
<class name="com.foobar.db.Testing" table="test_test_test">
<id name="id" type="string" unsaved-value="null" >
<column name="CAT_ID" sql-type="char(32)" not-null="true"/>
<generator class="uuid.hex"/>
</id>
<property name="name" type="string" not-null="true">
<column name="NAME" sql-type="varchar(16)"/>
</property>
</class>
</hibernate-mapping>
---------------------------------------------------------------------
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
|