|
Hi, first of all, excuse the long reply time... I was on Hollydays, and I don't know why but my computer doesn't work =-O ;-) Second. Happy "New" Year. My reply is below. Martin West dijo lo siguiente el 27/12/2004 14:15: You're right.On Sun, 2004-12-26 at 15:52, Bruno Suárez Laffargue wrote:Hello everybody, I've made a simple test model, and everything is done as expected. Is what I've try to explain... but with my poor english... not as well as I'd expect. :-( I've tried some cases in my model and the problem comes with finder methods. I've got one parent class with two children. I need a finder method for the hierarchie, but the implementation difers between children. So, I've putted and abstract finder method on the parent, and one (deferring the one of the father) on each child. The problem is that the abstract finder is generated in parent factory (not as asbtract) and also in the children factory, but twice here. One for the parent's abstract, one for the child's deferred. As you can imagine, when I compile the children I get that the method is already defined... for each one of them. How can I model this without errors? I hope this time I've expained it clearly... if not, I'll try it again. Cheers Bruno
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user |
