]
Katarina Hermanova reassigned WFCORE-2356:
------------------------------------------
Assignee: Katarina Hermanova
Failure in a step ResultHandler should not always be reported as
occurring during rollback
------------------------------------------------------------------------------------------
Key: WFCORE-2356
URL:
https://issues.jboss.org/browse/WFCORE-2356
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Katarina Hermanova
Priority: Minor
When AbstractOperationContext.Step invokes a ResultHandler it catches and logs any
exception. But the logged message states that the catch was during rollback handling. When
the code was first written, perhaps the catch block was only for rollback handling, but
now it handles both rollback and completion of successful ops. So the log message needs to
be accurate.