Hi all,

I have this inside my EJB:

* @ejb.value-object
* name = "PersonListItem"
* match = "ListItem" * extends = "java.lang.Object"
* * @ejb.value-object
* name="Person"
* match = "*"
* extends = "PersonListItemValue"


The problem: the second "extends" always gets ignored,
i.e. both value-object classes extends the same class.
Is this a bug?? Please help!

I am using XDoclet 1.2 beta 4 (the one inside latest JBossIDE).

thanx!
Marcus



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to