From: Josh M. (JIRA) <no...@at...> - 2006-03-06 13:06:58
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1507?page=all ] Josh Moore updated HHH-1507: ---------------------------- Attachment: patch.txt one-to-one is the only element that has "(meta*|...)" rather than "(meta*,...)". Seems like a typo. Patch attached if for any reason it makes life simpler. > 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 > Priority: Minor > 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 |