Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-242


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-242
    Summary: Missing composite-element properties in set and list
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: Hibernate Module
   Versions:
             1.2 Beta 2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Gerhard Hipfinger

    Created: Thu, 9 Jan 2003 3:17 AM
    Updated: Thu, 9 Jan 2003 3:17 AM
Environment: Ant 1.5.1, Sun JDK 1.4.0, Linux, XDoclet 1.2b2

Description:
The following was generated from the hibernate amples (Order.hbm.xml)

<set
  role="items"
  table="TB_ORDER_ITEM"
  lazy="false"
  readonly="false"
  cascade="none"
  sort="unsorted"
>
<key
  column="ORDER_ID"
>
</key>
<composite-element
  class="xdoclet.modules.hibernate.test.OrderItems"
>
</composite-element>
</set>

The composite-element should hold the property elements of the class OrderItems.

I used a list with the same result - no property elements were generated.


---------------------------------------------------------------------
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/xdoclet/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to