[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Exception propagation using HTTP servlet transport on 1.

Cyberax do-not-reply at jboss.com
Sat Jan 20 01:53:54 EST 2007


It's in the code of the ServletServerInvoker which I uploaded:


  |          try
  |          {
  |             // call transport on the subclass, get the result to handback
  |             invocationResponse = invoke(invocationRequest);
  |          }
  |          catch(Throwable ex)
  |          {
  |             log.debug("Error thrown calling invoke on server invoker.", ex);
  |             invocationResponse = ex;
  | 
  | 	        String sessionId=null;
  | 	        if (invocationRequest instanceof InvocationRequest)
  | 	           sessionId=((InvocationRequest)invocationRequest).getSessionId();
  |             invocationResponse=new InvocationResponse(sessionId,ex,true,null);
  |             //isError = true;
  |          }
  | 

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

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



More information about the jboss-dev-forums mailing list