If handler throws an exception, inform all prior handlers in same flow
----------------------------------------------------------------------
Key: AXIS2-942
URL: http://issues.apache.org/jira/browse/AXIS2-942
Project: Apache Axis 2.0 (Axis2)
Issue Type: Improvement
Components: core
Affects Versions: 1.0
Reporter: Thilo Frotscher
If a handler throws an exception in the In-Flow, the flow is cancelled
immediately. AxisEngine carries on with an operation-specific OutFaultFlow (if
there already is an operation context) and then with the global out fault flow.
Instead of just cancelling the in-flow, there should be a mechanism that
informs prior handlers of the in-flow about the occurrence of the exception, so
that they have a chance to undo their functionality. Axis 1.x had something
like this (onFault method).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]