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?
--- Thanks... Mick Knutson ---
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
------------------------------------------------------- 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
