tags:

views:

111

answers:

1

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.

A: 

I got solution for this after my 3 hr worst time... its a deployment come build problem... Solution is Delete all the build files and rebuild all the files... it should be work fine... Thanks for me!!!

sudha
This is pure PEBKAC :)
Pascal Thivent