I had the same problem early in February and posted a similar message to the list, on Feb. 12 Ara answered that it was fixed, although I'm not quite sure that it is.
-----Urspr�ngliche Nachricht----- Von: Vincent Harcq [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 25. April 2002 13:13 An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: Re: [Xdoclet-user] overloaded methods aren't generated On current CVS ? > It seems like overloaded methods are not generated in interfaces. > > In my bean class I have two methods > /** > * Adds subcategory > * > * @ejb:interface-method > */ > public void addSubcategory(CategoryPK parentPK, CategoryData > childData) > ... > > /** > * Adds subcategory > * > * @ejb:interface-method > */ > public void addSubcategory(CategoryPK parentPK, CategoryPK childPK) { > ... > > In the generated remote interface I have only the first one. If I > change > the second to addSubcategry2, for example, I have in remote them both. > > alex > > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
