Sorry, I didn't realise this was such a stupid question <blush>. All you do
is add
@ejb.value-object
to your non-CMP method:
/**
* @ejb.interface-method
* @ejb.transaction type="Supports"
* @ejb.value-object
*/
public String getNameExample() {
return getName() + "example";
}
Ciao,
Kent
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user