Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    2,375

    Hi All, Finally i am through with it. I have...

    Hi All,

    Finally i am through with it. I have implemented tasklet and have got my job batch running successfully.:D

    Following is my final configuration

    <!-- Job Configuration - Start-->...
  2. Replies
    23
    Views
    2,375

    Hi there, By any chance can anyone tell me why...

    Hi there,

    By any chance can anyone tell me why my job is getting executed again and again. I mean whenever i start my application, the job starts automatically (its single job) and the reader is...
  3. Replies
    23
    Views
    2,375

    i meant in the config, do we have listeners...

    i meant in the config, do we have listeners property in tasklet too as found in step

    such as

    <property name="listeners">
    <list>
    <ref bean="verifyProcessor" />
    <ref bean="xmlOutputFile" />...
  4. Replies
    23
    Views
    2,375

    How to define a listener for a tasklet then? I am...

    How to define a listener for a tasklet then? I am very new to spring batch and have not referred much of documentation thats why asking such questions..

    I am attaching some code snippet for my...
  5. Replies
    23
    Views
    2,375

    Sorry but i am not using annotation based...

    Sorry but i am not using annotation based approach.
  6. Replies
    23
    Views
    2,375

    Well, the data that i want to write to xml is...

    Well, the data that i want to write to xml is summary of the processing of 1st step ie only data such as count of records processed and number of failed and as such, thus i moved that part out of...
  7. Replies
    23
    Views
    2,375

    Version 2.0.0.M3. Its already in Jobs...

    Version 2.0.0.M3.

    Its already in Jobs execution context. Even i am getting

    public RepeatStatus execute(StepContribution stepContribution, AttributeAccessor attributeAccessor)

    for tasklet...
  8. Replies
    23
    Views
    2,375

    Now that i have stored my summary object (result...

    Now that i have stored my summary object (result of step1) in executionContext, how do i get that in this tasklet?
  9. Replies
    23
    Views
    2,375

    Thank you for all the suggestions. I would like...

    Thank you for all the suggestions. I would like to go with Tasklet. But i need to produce XML output of the summary element. For that i am extendingStaxEventItemWriter. How do i integrate both?

    :(
  10. Replies
    23
    Views
    2,375

    Can you please provide some sample for...

    Can you please provide some sample for that...Also current config leads my step 2 to be executed as many as step1 number of times...Will implementing tasklet ensure single running of step2???????
  11. Replies
    23
    Views
    2,375

    Hi, I am also having similar requirement, can...

    Hi,

    I am also having similar requirement, can anybody suggest a solution.
Results 1 to 11 of 11