"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#3991032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991032 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
