[
http://jira.jboss.com/jira/browse/JBESB-879?page=comments#action_12373487 ]
Kevin Conner commented on JBESB-879:
------------------------------------
Yes, this is correct.
If an exception occurs then the exceptionMethod notification will be called on all
handlers from the current (failing) handler back to the initial one.
If the pipeline succeeds then the okMethod notification will be called on all handlers
from the last back to the initial one.
documentation: error in action processing pipeline
--------------------------------------------------
Key: JBESB-879
URL:
http://jira.jboss.com/jira/browse/JBESB-879
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation
Affects Versions: 4.2 Milestone Release 3
Reporter: Jaroslaw Kijanowski
Assigned To: Mark Little
The ProgrammersGuide:
If an Exception was thrown at any point in the pipeline, processing will be interrupted
at that point, an error message will be logged, and contents of the
'exceptionMethod' tag will be analyzed and if present in the current action class,
the method will be invoked using the Message returned by the last method in step 3. At
present time, if no exceptionMethod was specified, the only output will be the logged
error.
This should be fixed. If an exception was thrown, the "exceptionMethod" tags of
*all* action elements will be analyzed and invocations are made in the reverse order to
the processing ones.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira