Results 1 to 2 of 2

Thread: How to get ExecutionContext?

  1. #1
    Join Date
    Sep 2008
    Posts
    9

    Default How to get ExecutionContext?

    I'm trying to expand on a simple batch job example from:

    http://java.dzone.com/news/spring-batch-hello-world-1

    and I'm a bit lost... how would I expand this to write ExecutionContext information to the BATCH_EXECUTION_CONTEXT table?

    Do I have to convert this example to Steps instead of Tasklets?

    I've tried to look through the samples......

    Thanks

  2. #2
    Join Date
    Jul 2008
    Posts
    29

    Default

    can try register executionlistener to your tasklet?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •