Hi All,
I'm creating a job. Job involves following details.
1) I need to pass network dir as parameter, and get all the files.
2) Process 1 by 1 all the files.
3) Insert file name, file read...
Type: Posts; User: gauravvijayvergia; Keyword(s):
Hi All,
I'm creating a job. Job involves following details.
1) I need to pass network dir as parameter, and get all the files.
2) Process 1 by 1 all the files.
3) Insert file name, file read...
Hi,
I'm using hibernate + spring batch to read file and store it into DB (oracle). i had written main method to create Job. I'm successfully able to load applicationContext.xml but after that it...
yup, i was facing issue with oracle 10g driver. It was throwing me class cast exception of java.lang.Long . After changing parameter type to BIGINT i was able to run it successfully.
Hi,
In class "org.springframework.batch.core.repository.dao.JdbcJobInstanceDao" i saw code like this
public JobInstance createJobInstance(String jobName,
JobParameters jobParameters) {...