GauravSinghal
02-21-2007, 11:22 AM
Hi,
We have used Spring Framework Remoting for our project, the problem I am facing is that whenever there is an exception raised at the server classes, it always comes as RemotingException to the client. And on top of that all the stack trace and the information of the Exception is lost.
Please let me know if there is a way in which I can send the custom exception from the server to the client, I believe we can do that in .Net remoting. But want to understand how to accomplish in Spring Framework.
Any pointers or code snippet will be very helpfull.
Thankyou,
Gaurav Singhal
We have used Spring Framework Remoting for our project, the problem I am facing is that whenever there is an exception raised at the server classes, it always comes as RemotingException to the client. And on top of that all the stack trace and the information of the Exception is lost.
Please let me know if there is a way in which I can send the custom exception from the server to the client, I believe we can do that in .Net remoting. But want to understand how to accomplish in Spring Framework.
Any pointers or code snippet will be very helpfull.
Thankyou,
Gaurav Singhal