Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-314
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-314
Summary: "Could not find a getter for ..."-Exception, if fieldname like "f_zip"
Type: Bug
Status: Unassigned
Priority: Minor
Project: Hibernate2
Versions:
2.1 beta 2
Assignee:
Reporter: Sven Homburg
Created: Fri, 5 Sep 2003 6:59 AM
Updated: Fri, 5 Sep 2003 6:59 AM
Environment: Windows/2000, Java Sun 1.4, MySQL 4.0.12
Description:
if i want to initialize Hibernate, its stop
with the error :
"Could not find a getter for fZip in class de.hsofttec.avs.model.database.hbm.AvsZscaleEntry"
the hbm.xml looks like :
<property column="f_zip" length="6" name="fZip" type="java.lang.String">
<column length="6" name="f_zip" not-null="false" sql-type="char(6)"/>
</property>
<property column="t_zip" length="6" name="tZip" type="java.lang.String">
<column length="6" name="t_zip" not-null="false" sql-type="char(6)"/>
</property>
---------------------------------------------------------------------
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
|