Search:

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

Search: Search took 0.03 seconds.

  1. Using LobCreator with NamedParameterJdbcTemplate

    Is there a way to insert / update BLOB using NamesParameterJdbcTemplate.
    The examples only shows how to using with SimpleJdbcTemplate...
  2. I tried using jobExecutionContext to put some...

    I tried using jobExecutionContext to put some data in so that I can use it in between step execution.

    chunkContext.getStepContext().getJobExecutionContext().put(file.getFilename(), file);

    But I...
  3. Executing jobs in Web container using spring-batch-admin

    Hi,
    I am new to spring as a whole, specifically for the spring web framework.
    I have a requirement to run my jobs in a web container, and to complicate the matter, I need to develop it such that...
  4. I had the same problem and I ended up adding all...

    I had the same problem and I ended up adding all my properties in the batch-{databasetype}.properties which is not an ideal solution, but works...
Results 1 to 4 of 4