-
May 21st, 2008, 06:55 PM
#1
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.
-
May 21st, 2008, 07:22 PM
#2
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
-
Forum Rules