Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
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: Unassigned
Priority: Minor
Project: Hibernate2
Components:
toolset
Versions:
2.0.1
Assignee:
Reporter: Dan Tran
Created: Thu, 10 Jul 2003 12:32 AM
Updated: Thu, 10 Jul 2003 12:32 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
|