hbm2hbmxml misorders version,property from annotations
------------------------------------------------------
Key: HBX-708
URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-708
Project: Hibernate Tools
Type: Bug
Components: ant
Versions: 3.2beta6
Environment: Hibernate Tools 3.2.0.beta6a
Reporter: Nate Franzen
Attachments: hibernate.bugreport.zip
Creating the mapping files from the annotations puts the xml elements in an invalid order:
<class>
<id/>
<property/>
<version/>
<property/>
</class>
see also http://forum.hibernate.org/viewtopic.php?t=962308
The attached files reproduce the problem.
Step 1: set the hibernatetools.dir property to the correct value
Step 2: set the xerces.path property to the correct value
run "ant -f hibernate.build.xml"
--
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
|