Search:

Type: Posts; User: rspatyal; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    471

    Stopping Spring batch jobs gracefully

    Hi,

    What is the best way to stop jobs gracefully ?
    JobOperator provides stop(executionId) method but it only sends signal, there is no guarantee that post this statement execution the job has...
  2. Replies
    0
    Views
    331

    Managing Transaction across steps

    Hi,

    Spring batch provides specifying <transaction-attributes.. at <tasklet> level. That means, each invocation of step is executed in its own transaction boundary. is it possible to span the...
  3. Jeff, I wanted to experiment with Custom Reader.

    Jeff,
    I wanted to experiment with Custom Reader.
  4. Hey Jeff, You are correct, it will be 'igroupID...

    Hey Jeff,
    You are correct, it will be 'igroupID <= 3'. I had set it to 2 while debugging to avoid extra iterations(for 3rd group id).
    Will update the post.
  5. Issue with chunk processing when configured with task-executor

    Hi,

    I have customer table with group column (1,2,3). I have 3 records for each group.

    CUSTOMER_ID GROUP_ID
    ----------- ---------
    1 -> ...
  6. Replies
    3
    Views
    1,791

    Spring Batch best practices and guidelines

    Hi,

    We are planning to use Spring batch for development of batch application.
    Since this is our first time experientation with Spring batch, we are looking for best practices and guidelines...
Results 1 to 6 of 6