[jboss-user] [Remoting] - Re: Exception propagation using servlet transport

ron.sigal@jboss.com do-not-reply at jboss.com
Sat Nov 15 03:06:51 EST 2008


OK, that "Error occurred processing invocation request." is coming from Remoting's ServletServerInvoker, so that's good.  It doesn't prove that you got to the *right* instance, though, or that you got as far as the actual EJB3.  Do you see any evidence that the EmarVersion has been called?

When ServletServerInvoker gets an exception back from AOPRemotingInvocationHandler (which tries to call the EJB3), it logs the message at DEBUG level:


  |          catch(Throwable ex)
  |          {
  |             log.debug("Error thrown calling invoke on server invoker.", ex);
  | 

Do you see anything like that in the server log?

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

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



More information about the jboss-user mailing list