Hi,
I would like to implement custom FlowExecutionExceptionHandler , however I can't find extension point, where to register my custom ExceptionHandler.
I want custom ExceptionHandler in order...
Type: Posts; User: tibor; Keyword(s):
Hi,
I would like to implement custom FlowExecutionExceptionHandler , however I can't find extension point, where to register my custom ExceptionHandler.
I want custom ExceptionHandler in order...
Hi all,
I am declaring flow variable in the flow like
<var name="bean" class="my.Bean"/>
I would like to enhance my bean with BeanPostProcessor (I automatically set field with log in the...