From: Steve E. (JIRA) <no...@at...> - 2006-06-15 16:03:41
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1840?p= age=3Dall ] =20 Steve Ebersole closed HHH-1840: ------------------------------- Resolution: Duplicate 3.1rc3 is really old you know ;) > Wrong value for tuplizer@entity-mode in mapping DTD > --------------------------------------------------- > > Key: HHH-1840 > URL: http://opensource.atlassian.com/projects/hibernate/browse/H= HH-1840 > Project: Hibernate3 > Type: Bug > Versions: 3.1 rc3 > Reporter: C=C3=A9dric Chantepie > Attachments: dtd.patch > > > Enumeration of values for attribute 'entity-mode' of element 'tuplizer' (= pojo|dom4j|dynamic-map) does not match constants of class EntityMode. > For exemple, EntityMode.POJO.toString()equals("POJO") and so HbmBinder.lo= cateTuplizerDefinition cannot work (in this pojo case it does "POJO".equals= ("pojo") in fact). > The easiest way to fix that should be to change values in DTD if there is= no particular reason to change values in classes. --=20 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 |