Search:

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

Search: Search took 0.02 seconds.

  1. Help Needed Regarding Spring Batch Job Creation

    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...
  2. Replies
    3
    Views
    2,352

    Job Already Running Exception

    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...
  3. Replies
    2
    Views
    745

    yup, i was facing issue with oracle 10g driver....

    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.
  4. Replies
    2
    Views
    745

    Bug in Spring Batch Core ?

    Hi,

    In class "org.springframework.batch.core.repository.dao.JdbcJobInstanceDao" i saw code like this


    public JobInstance createJobInstance(String jobName,
    JobParameters jobParameters) {...
Results 1 to 4 of 4