From: Ivan L. (JIRA) <no...@at...> - 2006-02-17 18:38:16
|
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 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 |