Oops, I forgot that interceptors also have fault chains, thanks for the correction.
Glen dkulp wrote: > > On Tuesday 01 June 2010 11:21:46 am Glen Mazza wrote: >> When exceptions occur, the interceptor chain is processed in reverse >> direction (same with JAX-WS handlers). You'll need to do your error >> handling towards the beginning of the service-side interceptor chain, not >> at the end of it. > > Well, the other thing thing to do would be to add an interceptor at the > start > of the server side "FaultOut" chain that would take the fault in the > message > and do whatever needs to be done to it. That's probably the preferred > route > as the interceptor would only get called for the faults. > > Dan > -- View this message in context: http://old.nabble.com/Exception-handling-tp28743320p28744937.html Sent from the cxf-user mailing list archive at Nabble.com.
