"wolfc" wrote : ex.getCause().getCause() should lead you to the
SocketTimeoutException.
Well, thanks, but I find this solution very unstable. What if I change version of EJB3 or
JBoss Remoting? Should I call ex.getCause().getCause().getClause() or
ex.getCause().getCause().getCause().getCause() then? And anyway, catching
UndeclaredThrowableException seems very hacky...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991032#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...