Results 1 to 2 of 2

Thread: Expanding BATCH_JOBS_PARAMS.STRING_VAL

  1. #1
    Join Date
    May 2011
    Posts
    2

    Question Expanding BATCH_JOBS_PARAMS.STRING_VAL

    Hi,

    I am using spring-batch 2.1.3-RELEASE and JdbcJobInstanceDao as JobInstanceDAO.

    I encounter a problem using parameters of length > 250 as the property STRING_VAL of the table BATCH_JOBS_PARAMS is limited to this size.

    I wonder if i am going to run in other problem setting the limit to e.g. 1000.

    On a quick look on the source code no class seems to care about the size of parameters, is that correct?

  2. #2
    Join Date
    May 2011
    Posts
    2

    Default its possible

    BTW its possible, there seems to be no check within Spring Batch, so you can simply alter table BATCH_JOB_PARAMS to allow longer strings as parameter within Spring Batch.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •