Search:

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

Search: Search took 0.02 seconds.

  1. jdbcCursorItemReader for multiple job instances

    I have 5 threads in a web container scheduled to listen to DB for any requests for job execution. Job execution requests come from a UI interface. If there a two simultaneous requests to execute a...
  2. My thought was that i bring up the appcontext for...

    My thought was that i bring up the appcontext for bath jobs only when requried and close it at the end of the job. Is it wrong for me to assume that every thread that starts a job will have its own...
  3. Spring Batch in tomcat : Permgen OutOfMemoryError

    I am launching spring Batch jobs within a tomcat servlet container. Every time i launch a job i start the spring batch appcontext and finally i close it. Most of my beans i am loading are singletons....
  4. How to Embed JobParameter and Constructor inject a immutable object like String?

    Here is what i am trying to do, Basically constructor inject a stirng along with some jobParameter, and here is what i get :

    no matching editors or conversion strategy found

    Below is the...
  5. I did find a workaround, but i dont know if it is...

    I did find a workaround, but i dont know if it is neat.
    This can be achieved in 3 steps.
    -1st step i write individual reports to seprate files (say report1 and report2).
    -2nd step i read...
  6. HeaderCallback even when you are appending to a file using FlatFileItemWriter

    I am trying to generate multiple reports within the same file. Each report has its own header and footer, since i am write to the file one report after another, the first report creates a new file...
Results 1 to 6 of 6