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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...