UnmarshalException: Method not found Exception in EJB
Posted
by sudha
on Stack Overflow
See other posts from Stack Overflow
or by sudha
Published on 2010-03-17T19:39:50Z
Indexed on
2010/03/17
19:41 UTC
Read the original article
Hit count: 337
Hi all,
I have added a method to my stateless sessionBean (getFNEdetails) with one String parameter.
But I am getting this error when I try to test in weblogic10 server
java.rmi.UnmarshalException: Could not unmarshal method ID; nested exception is: java.rmi.UnmarshalException: Method not found: 'getFNEdetails(ILjava.lang.String;)
Any one can help me out here...
Thanks in advance.
© Stack Overflow or respective owner