Search:

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

Search: Search took 0.03 seconds.

  1. what does not working here mean? all the jobs...

    what does not working here mean? all the jobs hang there? what is the configuration of your taskExecutor?
  2. using tasklet is enough from my point of view(you...

    using tasklet is enough from my point of view(you need re-excute if trancate table or whole job failed), what is the detail error information you got when use tasklet? , i guess that error might...
  3. why not using jobExecution.stop()?

    why not using jobExecution.stop()?
  4. Is it possible to pass the jobId of the scheduler...

    Is it possible to pass the jobId of the scheduler to spring batch when the job is launched
    ------------
    why not put the jobId of the scheduler into the job parameters of the JobExecution of spring...
  5. Thread: Problem

    by fisherv
    Replies
    1
    Views
    792

    implement your own itemWriter or use the...

    implement your own itemWriter or use the ItemTransformerItemWriter / the CompositeItemWriter
  6. hope you will never see the issue any more :)

    hope you will never see the issue any more :)
  7. the MySQLMaxValueIncrementer works in the way as...

    the MySQLMaxValueIncrementer works in the way as the following, i can't image how multi-rows will be generated. and i don't think we need care about transaction supportable or not here.
    ...
  8. that really confused me, i assume you are using...

    that really confused me,
    i assume you are using the org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer to interact with these MySQL SEQ tables;
    which will not bring multi rows...
  9. here is an option for you recommandation store...

    here is an option for you recommandation

    store the file name as job parameter
    cache the jobExecution(include job parameter) instance before job start(using JobListener),make this cache singleton...
  10. did the 2 jobs lunch by diffrent processes has...

    did the 2 jobs lunch by diffrent processes has the same execution_id? would you post the dumpped JobExecution information when above error occures? thanks
  11. Replies
    1
    Views
    1,868

    B.1.1. Version Many of the database tables...

    B.1.1. Version
    Many of the database tables discussed in this appendix contain a version column. This column is important
    because Spring Batch employs an optimistic locking strategy when dealing...
  12. Replies
    4
    Views
    1,155

    try this

    jobexecution.getJobInstance().getJobName()
Results 1 to 12 of 12