java.lang.VerifyError during ejb method call
Posted
by Bastien
on Stack Overflow
See other posts from Stack Overflow
or by Bastien
Published on 2010-05-25T08:51:31Z
Indexed on
2010/05/25
9:31 UTC
Read the original article
Hit count: 403
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 ?
© Stack Overflow or respective owner