On Mon, 2003-06-23 at 16:01, Jesper wrote: > Now I get compile error. I have seen this error before and searched the > archives but still cannot resolve it: ... > The getData() method dosent exist in the CashAtHandLocal or any of the > other Locals...
You'll need to add an abstract method of that name in the relevant bean class(es) and add an @ejb.interface-method tag on it. Otherwise, xdoclet doesn't know to add it to the remote/local interfaces. Same applies to the getFoobarValue() methods when you're using relations and Value Objects spanning more than one bean. Andrew. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
