From: Max R. A. (JIRA) <no...@at...> - 2006-07-24 15:11:13
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-708?page=all ] Max Rydahl Andersen closed HBX-708: ----------------------------------- Fix Version: 3.2beta7 Resolution: Fixed fixed. > 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 > Fix For: 3.2beta7 > 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 |