StepExecutionListener « Batch « Spring Q&A





1. StepExecutionListener when the scope is STEP    forum.springsource.org

StepExecutionListener when the scope is STEP Hi, I have noticed something. When we define the scope to be step, and that class implements StepExecutionListener, I am unable to store the reference ...

2. Making am ItemTransformer a StepExecutionListener    forum.springsource.org

Making am ItemTransformer a StepExecutionListener I am trying to access the execution context by making my itemtransformer a step execution listener: Code: public class ExecutionsToSymbolHWMTransformer implements ItemTransformer, StepExecutionListener { . . ...

3. StepExecutionListener and MultiResourceItemReader    forum.springsource.org

I have a ValidatingItemReader that delegates to a MultiResourceItemReader. The MultiResourceItemReader delegates to my own ItemReader/ItemStream implementation, which i modified to implement StepExecutionListener. How do I get the listener callbacks to ...

4. StepExecutionListener    forum.springsource.org

Is StepExecutionListener the only way to get StepExecution which i need to get JobParameters? Or is there any other way to get the JobParameters in processing? Please advice. Thanks, Prashant

5. StepExecutionListener Failing!    forum.springsource.org

Jun 2nd, 2009, 12:35 PM #1 kmbarlow View Profile View Forum Posts Private Message Senior Member Join Date Oct 2008 Posts 107 StepExecutionListener Failing! Hiyas, I am having a problem with ...