[hibernate-issues] [Hibernate-JIRA] Created: (HBX-1106) HbmExporter can't generate hbm file from Configuration when set with element used in mapping.
Dmitry Geraskov (JIRA)
noreply at atlassian.com
Mon Jan 26 09:58:38 EST 2009
HbmExporter can't generate hbm file from Configuration when set with element used in mapping.
---------------------------------------------------------------------------------------------
Key: HBX-1106
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-1106
Project: Hibernate Tools
Issue Type: Bug
Affects Versions: 3.2.0.GA
Reporter: Dmitry Geraskov
Attachments: set unit test.txt, stack trace.txt
Can't generate when following mapping is used:
<class name="Search">
<id name="searchString"/>
<set name="searchResults" sort="natural">
<key column="searchString"/>
<element column="text" type="string"/>
</set>
</class>
See attachment unit test.
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list