-
May 19th, 2011, 05:32 AM
#1
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?
-
May 30th, 2011, 01:29 AM
#2
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
-
Forum Rules