No, I use 1.1.2 release. Sorry, if it was fixed in the current cvs version.
alex > -----Original Message----- > From: Vincent Harcq [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 2:13 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: 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
