I have the following problem, my remote EJB has one method, with a custom parameter:


void doit(Person aPerson);


If I try to execute this method with the...