Search:

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

Search: Search took 0.01 seconds.

  1. Invoke a spring batch job within another job

    Attempted at launching a job through jobLauncher from another spring batch job



    Job job = jobRegistry.getJob(jobName);
    JobExecution syncJobExecution = jobLauncher.run(job, syncJp);

    ...
  2. I'm facing a similar situation in my test case....

    I'm facing a similar situation in my test case. My test environment:
    * @TransactionConfiguration - maintains transaction for the test cases
    * Use both JDBCTemplate and sqlMapClientTemplate to...
Results 1 to 2 of 2