From: Steve E. (JIRA) <no...@at...> - 2006-06-22 20:09:31
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1507?page=all ] Steve Ebersole resolved HHH-1507: --------------------------------- Fix Version: 3.2.0 Resolution: Fixed Assign To: Steve Ebersole > one-to-one can have formula or meta but not both of them. > --------------------------------------------------------- > > Key: HHH-1507 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1507 > Project: Hibernate3 > Type: Bug > Components: metamodel > Versions: 3.1.2 > Reporter: Ivan Latysh > Assignee: Steve Ebersole > Priority: Minor > Fix For: 3.2.0 > Attachments: patch.txt > > > one-to-one defined as: > <!ELEMENT one-to-one (meta*|formula*)> > when should be: > <!ELEMENT one-to-one (meta*,formula*)> -- 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 |