Thank you very much - problem resolved and new ones arisen :) It seems to me that the only implementation of facades is through the use of DataObjects. Also the documentation states that ValueObjects are supposed to rendeer DataObjects obsolete.
- Am I missing something or is this really the case ? - Is there a way to have facades (which seems to want to generate the getData() method) and only make use of ValueObjects ? - Am I right in saying that the fa�ade and remote fa�ade makes generating "normal" remote interfaces obsolete. - Why is it better (assuming that the remote interfaces has methods for setting and getting data/value objects) to use the fa�ade? Lot of questions I know - but I hope that some of you still are able to answer a few :) Thanks a lot! :)esper -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Stevens Sent: 24. juni 2003 00:53 To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] entityfacade-->RemoteFacade-->getData() 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 ------------------------------------------------------- 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
