Message: The following issue has been re-assigned.
Assignee: Matthias Germann (mailto:[EMAIL PROTECTED]) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-567 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-567 Summary: Support for different value-objects in relations Type: New Feature Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: EJB Module Versions: 1.2 Beta 3 Assignee: Matthias Germann Reporter: Ingo Bruell Created: Wed, 23 Jul 2003 3:59 AM Updated: Sun, 10 Apr 2005 8:33 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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel