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

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Mar 22 02:09:09 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2497?page=all ]
     
Emmanuel Bernard resolved HHH-2497:
-----------------------------------

    Resolution: Rejected

No there is no SQL object to back up this comment, there is no database

> 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