2 Replies Latest reply on Mar 20, 2008 9:33 AM by zach.mabe

    ServiceEndpointInvoker rethrows runtimeexception, headers th

    zach.mabe

      In version 2.0.3.GA, I am seeing an issue where the org.jboss.ws.core.server.ServiceEndpointInvoker is catching a runtimeexception thrown from within a handler, calling the handleFault operations of the handlers but then rethrowing the exception.

      Since this is a runtimeexception, it ends up being passed back out to org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(...) where a new SOAP Fault message is created because (I think) the requesthandlerimpl doesn't repeek the messagecontextstack for a fresh context.

      Is this a bug or am I not understanding how it is supposed to work.

      The main problem with this is my custom handler throws a WebServiceException when the request isn't valid. I see that the WSAddressingServerHandling is putting the correct ws-addressing stuff in the response. But that response isn't what ends up being sent to the client. The client then complains because the response is missing the action header.


      Thanks
      Zach Mabe