From: <no...@at...> - 2006-06-15 14:15:37
|
Wrong value for tuplizer@entity-mode in mapping DTD --------------------------------------------------- Key: HHH-1840 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH= -1840 Project: Hibernate3 Type: Bug Versions: 3.1 rc3 =20 Reporter: C=C3=A9dric Chantepie Attachments: dtd.patch Enumeration of values for attribute 'entity-mode' of element 'tuplizer' (po= jo|dom4j|dynamic-map) does not match constants of class EntityMode. For exemple, EntityMode.POJO.toString()equals("POJO") and so HbmBinder.loca= teTuplizerDefinition 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 n= o 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 |