[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Propagation of exceptions to client
ovidiu.feodorov@jboss.com
do-not-reply at jboss.com
Thu Jul 20 19:05:02 EDT 2006
Remoting wraps server-side exceptions and propagates them on the client. I found this quite useful while debugging.
Actually they use a neat trick that makes the exception stack trace look continuous, so you can see the error propagation path very clearly.
No matter how we do it, if something breaks on the server-side, the client stack trace should give a hint of what went wrong, not just "JMSEXception: something is wrong on the server".
The problem with a) can be solved by simply including the exception classes into the client jar. Why is this difficult?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959732#3959732
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959732
More information about the jboss-dev-forums
mailing list