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

[677 byte] By [harshaa-01a] at [2007-11-27 6:08:26]
# 1
We can't help you without the code. Did you try debugging your code. If you following it step by step you mind find the your problem yourself
cappelleha at 2007-7-12 17:10:45 > top of Java-index,Java Essentials,Java Programming...
# 2
The server logs may be of more use than the code, though
georgemca at 2007-7-12 17:10:45 > top of Java-index,Java Essentials,Java Programming...
# 3
Hi Thanks it got resolved. The workspace didnt get refreshed properly. Once i had rebuild all the projects and redeployed ejb it got resolved.Thanks.
harshaa-01a at 2007-7-12 17:10:45 > top of Java-index,Java Essentials,Java Programming...