Hi,
When I try to call a method from a local ejb I have this error :
java.lang.VerifyError: com/pwc/lu/ejb/hcfollowup/staff/HCFStaffManagerLocal.getPersonById(Ljava/lang/Integer;)Lcom/pwc/lu/mapping/hcfollowup/hibernate/global/Person;
HCFStaffManagerLocal is my local interface and getPersonById an ejb method. Person, the result type.
I can get my ejb but error occurs when trying to call getPersonById method.
I don't understand why it get an exception for Person class...
Any ideas ?