Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    613

    RunIdIncrementer holding old parameters

    I think this is an issue with the 2.1.3 release of Spring Batch.

    I am using just a SimpleJobLauncher and the RunIdIncrementer, starting my jobs with the CommandLineJobRunner.

    For my jobs, I may...
  2. Replies
    2
    Views
    1,222

    keeps old parameters

    I am running Spring Batch 2.1.3 and I'm not getting good results from this.

    I use the RunIdIncrementer to increment the runId automatically because most of the times I will run my job will the...
  3. Replies
    9
    Views
    1,513

    Resolved

    This issue has been resolved by upgrading to Spring 3.0.4 and Spring Batch 2.1.3.

    thanks
  4. Replies
    9
    Views
    1,513

    debug

    file: is required in front of the parameter to get it to run correctly on Windows. without "file:" in front of the parameter then I get an org.springframework.batch.item.ItemStreamException. ...
  5. Replies
    9
    Views
    1,513

    job log

    I'm including a job log as I think it shows that the parameters are picked up correctly from the initiation of the job. It's just the reference to the #{jobParameters[]} that is failing. In this...
  6. Replies
    9
    Views
    1,513

    classpath

    Yeah, I've validated and actually hard coded the classpath in the job to ensure it is the same. The only difference is it works running on Windows and does not on AIX.
  7. Replies
    9
    Views
    1,513

    clarification

    what I meant by sent in as text is that when I specify this in the job xml:

    <property name="parmEvent" value="#{jobParameters['event']}" />

    Then in my program in the setParmEvent() method I get...
  8. Replies
    9
    Views
    1,513

    #{jobParameters[' ']} on AIX Unix

    I have a job running fine when executed with CommandLineJobRunner on Windows. When I move this same job to an AIX platform and attempt to execute it through the CommandLineJobRunner, the...
  9. Replies
    4
    Views
    1,383

    How to stop a started job?

    This thread poses the exact questions I am trying to answer. Everything makes sense except that I am unable to stop a running job gracefully.

    So for example to start my job from the command line...
  10. thanks for the suggestion. it works very nicely.

    thanks for the suggestion. it works very nicely.
  11. Read from database, write 2 records to the same file

    I have a need to put together a job that will read from a database txn table, then edit each record against rules data collected from other database tables, then write out 1 or 2 records to the same...
Results 1 to 11 of 11