Results 1 to 2 of 2

Thread: How to pass paramater from one step to another

  1. #1

    Default How to pass paramater from one step to another

    i want to pass a paramter in my second step,while i am reading a query ,through reader ,this parameter i have to pass from step one

  2. #2
    Join Date
    Dec 2010
    Posts
    19

    Default

    Yes, you can. By using ExecutionContextPromotionListener provided by Spring Batch.

    Read about it here:
    http://forum.springsource.org/archiv...p/t-70057.html

    and here:
    http://static.springsource.org/sprin...nListener.html

Posting Permissions

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