If you are seeing the following error from your EJB then the solution is really simple.
javax.ejb.EJBException: Could not unmarshal method ID; nested exception is:
java.rmi.UnmarshalException: Method not found: 'YOUR_METHOD';
This is because you have written some code but didn't compile or redeployed to your server after compile. So, build/compile your project again and deploy to your server. You'll not see this error again. :-)
Tuesday, October 25, 2011
javax.ejb.EJBException: Could not unmarshal method ID
Subscribe to:
Post Comments (Atom)
1 comments:
can you describe this with update post ?
i would be thankfull to you.
Post a Comment