You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Ge...@nokia.com on 2002/10/03 12:37:04 UTC

BUG: onFault gets invoked only in the same chain


Hi,

 I don't exactly know if this is supposed to work this way:
when a handler throws a fault, the onFault method only gets invoked
for the handlers in the same chain. For example if the fault is in
transport chain, the global chain handlers' onFault won't be invoked.
Is this a bug ? 
          Thanx, Geza