[hibernate-issues] [Hibernate-JIRA] Commented: (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 23 03:21:09 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2497?page=comments#action_26526 ] 

Laurent Pireyn commented on HHH-2497:
-------------------------------------

There is indeed no DB object to actually backup the comment, but I use the <comment> element for other purposes than just schema generation, e.g. in a XSL/FreeMarker template where it is cleaner than an XML comment or a <meta> element.

Bah! There are more important things at hand :-)

> 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