[jbossws-dev] [Design of JBoss Web Services] - Re: Invocation exception handling

thomas.diesler@jboss.com do-not-reply at jboss.com
Tue Aug 14 05:16:16 EDT 2007


How about moving 


  | if (th instanceof InvocationTargetException)
  |       {
  |          // Unwrap the throwable raised by the service endpoint implementation
  |          Throwable targetEx = ((InvocationTargetException)th).getTargetException();
  |          handleInvocationException(targetEx);
  |       }
  | 

to native and only unwrap the MBeanException as part of the SPI.

Currently, the InvocationHandler = f(container). It'll be difficult ot make it f(container,stack)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073892#4073892

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073892



More information about the jbossws-dev mailing list