Message:
The following issue has been closed.
Resolver: Gavin King
Date: Sat, 12 Jul 2003 1:07 AM
(1) this is not a bug
(2) it belongs in XDoclet JIRA
resubmit it there, if you like, but I think that this is much better addressed with a merge file. It is a problem with the whole XDoclet notion, not the Hibernate module.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-171
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-171
Summary: Ability to generate map of 2 components of the same type in one class using xdoclet
Type: Bug
Status: Closed
Priority: Minor
Resolution: REJECTED
Project: Hibernate2
Components:
toolset
Versions:
2.0.1
Assignee:
Reporter: Dan Tran
Created: Thu, 10 Jul 2003 12:32 AM
Updated: Sat, 12 Jul 2003 1:07 AM
Environment: xdoclet 1.2 beta3
Description:
I would like to define 2 components of the same type in one class.
Current Hibernte-xdoclet does not support this configuration.
Here is an example with my desired map output
<component name="name" class="org.glvnsjc.model.Name">
<property name="lastNameRaw" column="lastName" type="string"/>
<property name="middleNameRaw" column="middleName" type="string"/>
<property name="firstNameRaw" column="firstName" type="string"/>
</component>
<component name="parentName" class="org.glvnsjc.model.Name">
<property name="lastNameRaw" column="parentLastName"
type="string"/>
<property name="middleNameRaw" column="parentMiddleName"
type="string"/>
<property name="firstNameRaw" column="parentFirstName"
type="string"/>
</component>
---------------------------------------------------------------------
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
|