[Xdoclet-user] Problems with multiple overloaded methods not appearing in remoteinterface

2002-02-11 Thread bwillner
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

[Xdoclet-user] Multiple overloaded methods in remote interfaces

2002-02-11 Thread bwillner
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