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
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