The following issue has been updated:
Updater: Hunter Kelly (mailto:re...@ei...)
Date: Wed, 1 Oct 2003 10:55 AM
Comment:
Here is a patch that stops Hibernate from complaining meta tags under component tags.
Changes:
Attachment changed to hibernate-mapping.patch
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-376&page=history
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-376
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-376
Summary: Hibernate Mapping DTD does not allow meta tags under component
Type: Patch
Status: Unassigned
Priority: Trivial
Project: Hibernate2
Versions:
2.0.3
Assignee:
Reporter: Hunter Kelly
Created: Wed, 1 Oct 2003 10:54 AM
Updated: Wed, 1 Oct 2003 10:55 AM
Environment: Not applicable
Description:
The <component> element under <class> does not allow meta tags, for
example:
<component name="foo" class="eg.Foo">
<meta attribute="generated-class">eg.FooBase</meta>
<property name="value" type="int"/>
<property name="lastDate" type="timestamp"/>
</component>
However, the hbm2java guy will generate classes for components, so it is necessary to be able to override stuff using the meta tags.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|