Unhandled Exception thrown: class java.rmi.ServerException
Hi
I am using struts application.
In the action class, i am calling the ejb [UPIBusinessFacade - remote interface]
UPIBusinessObjectProxy businessObjectProxy = new UPIBusinessObjectProxy();
UPIBusinessFacade upibusinessBean = businessObjectProxy.getUPIBusinessFacade();
After this, when i try to call a method, say
upibusinessBean.addHrchDetails(parameter);
i get this error in console,
"org.apache.struts.action.RequestProcessor Unhandled Exception thrown: class java.rmi.ServerException"
The ejb has been deployed properly [ WSAD5.0]
How to resolve this error?
Thanks in advance,
Balaji B

