Hi,

I have a session bean containing multiple overloaded methods, e.g. void
addToPerson(String id, AddressDTO address), void addToPerson(String id,
CreditCardDTO creditCard) etc.

They are all correctly tagged (@ejb:interface-method) as I want all of them
to be accessible in the remote interface for remote clients. However, after
running ejbdoclet only the first of the overloaded methods appears in the
remote interface (everything else works fine and as expected). Is this a bug
in XDoclet or is there some other issue I have to consider.

Thanks for your input.

Bernhard Meyer-Willner

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to