Message:

  A new issue has been created in JIRA.

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-567
    Summary: Support for different value-objects in relations
       Type: New Feature

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             EJB Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Ingo Bruell

    Created: Wed, 23 Jul 2003 3:59 AM
    Updated: Wed, 23 Jul 2003 3:59 AM
Environment: jdk1.4.2, windows 2000 sp4

Description:
I have for example an entity bean with a relation to another entity bean with the 
following tags:

* @ejb.value-object aggregate="d.o.j.m.interfaces.PersonValue"
*                   aggregate-name="PersonValue"
*                   members="d.o.j.m.interfaces.PersonLocal"
*                   members-name="Person"
*                   relation="external"
* @ejb:relation name="VorgangPerson"
*               role-name="vorgang-has-Person"
*               cascade-delete="yes"
*               target-ejb="Person"
*               target-role-name="person-vorgang"
*               target-multiple="yes"

now the depanding object has much attributes and some relations, too.
So the resulting value-object was grown up and transporting is slowly.
And now i want to reduce the size of the value-object for a selection (JTable) in 
which i need only few of the attributes.
So i have tried to add the following tags to the relation:

* @ejb.value-object aggregate="d.o.j.m.interfaces.PersonListValue"
*                   aggregate-name="PersonListValue"
*                   members="d.o.j.m.interfaces.PersonLocal"
*                   members-name="Person"
*                   relation="external"
*                   match="list"

But this has no effect. If i put the added tags bevor the value-object tag above, both 
value-objects only references to the new value-object.



---------------------------------------------------------------------
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/secure/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: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to