Hi, I generated the required source for a local entity bean. Giving a look to the entity bean local interface, there are no getter/setter methods for my properties. Is there any xdoclet way which I could use to obtain this kind of methods?
I saw that those methods have been put in the data object created upon my bean; I'm managing the entity bean though a session bean facade, therefore I create an instance of the ejb local interface from a finder method. The finder method returns a reference to the local interface, and then I should have something like: local.setProperty1(udata.getProperty1()); local.setProperty2(udata.getProperty2()); which I don't find in the ejb local interface. Thank you for any help, Marco ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
