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