[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2497) hibernate-mapping-3.0.dtd does not allow <comment> element in the <subclass> element

Laurent Pireyn (JIRA) noreply at atlassian.com
Fri Mar 16 05:21:09 EDT 2007


hibernate-mapping-3.0.dtd does not allow <comment> element in the <subclass> element
------------------------------------------------------------------------------------

         Key: HHH-2497
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2497
     Project: Hibernate3
        Type: Bug

  Components: core  
 Environment: hibernate-mapping-3.0.dtd (all other variables insignificant)
    Reporter: Laurent Pireyn
    Priority: Trivial


The following element definition:

<!ELEMENT subclass (
 	meta*,
    tuplizer*,
	synchronize*,
...
)>

should include the <comment> element:

<!ELEMENT subclass (
 	meta*,
    tuplizer*,
	synchronize*,
   comment?,
...
)>


-- 
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




More information about the hibernate-issues mailing list