Results 1 to 2 of 2

Thread: Execution Context

  1. #1

    Default Execution Context

    Hi guys.

    The 'org.springframework.batch.item.ExecutionContext' class is used for store data between a reader and a writer in a step, right? Ok. Each step have it's own execution context.

    And If I need to share data between steps, I mean, there is a "JobExecutionContext" with global acess in the entire job?

    For example:

    I need my first step (TaskletStep) save a data (in memory) with will be used in the last step, an ItemOrientedStep.

    Sorry for my bad english.

    Thanks.

  2. #2

    Default

    Sorry.

    I found an issue open about this now: http://jira.springframework.org/browse/BATCH-505

    Thanks

Posting Permissions

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