--- Mick Knutson <[EMAIL PROTECTED]> wrote:
> Whay are my business methods on my Bean NOT in
> ValueObject after ant 
> generation?

Because they are not generated. Value object contains
persistent / CMR fields only. Xjavadoc does not look
inside methods.

> I have several helper business methods that _are_
> exposed as:
> /**
> * @ejb.interface-method
> * @transaction type="supports"
> */
> public String getFullName(){
>     return getLastName() + ", " + getFirstName();
> }
> 
> And my VO does not have this method.
> How can I get these methods to show up in the VO?

By extending some base class in your value object.

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to