Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    901

    Hi , thanks. The file name isn't a job...

    Hi , thanks.

    The file name isn't a job parameter.

    the file name is in properties file.

    <beans:bean name="coItemReader"
    class="org.springframework.batch.item.file.FlatFileItemReader">
    ......
  2. Replies
    3
    Views
    901

    Move csv file to sucess or error directory

    Hi,

    I want to move the csv file to error directory or sucess directrory.

    Solution :

    1. developp a Tasklet
    2. Use JobExecutionListener (test the status of job execution)

    In the both...
  3. Replies
    3
    Views
    3,561

    Okey thanks for reply. so in Spring batch how...

    Okey thanks for reply.
    so in Spring batch how can i validate a cron expression ?

    the cas of use :

    We enter the cron expression in html form. so we need to validate it befor lauching scheduler...
  4. Replies
    3
    Views
    3,561

    EXpression Cron Validator

    Hi,

    I use a quartz validator expression :
    CronExpression.isValidExpression(cronExpression)

    the problem some expression cron is valid in "org.quartz.CronExpression" point of view but when i...
  5. Replies
    8
    Views
    1,161

    Hello, Spring batch give us a possibilty of...

    Hello,

    Spring batch give us a possibilty of error recovery.

    You can restart your job spring batch it continues execution where the previous
    run stopped .

    And look sample in :
    ...
  6. Replies
    2
    Views
    1,566

    You must creat metadata manually. All scripts...

    You must creat metadata manually.
    All scripts are located in the spring batch jar .
    spring-batch-core-2.1.5.RELEASE\org\springframework\batch\core :
    schema-mysql.sql
    schema-drop-mysql.sql
    ...
  7. Replies
    5
    Views
    1,081

    So this is not related with spring batch. you...

    So this is not related with spring batch.

    you built a simple DAO and you could'nt see any of the expected exception.
    first Unique constraint sure is a runtime exception.
    second we need more...
  8. Replies
    5
    Views
    1,081

    Can you give us the xml spring batch...

    Can you give us the xml spring batch configuration .

    in anyway look below step configuration :

    <step id="myStep">
    <tasklet>
    <chunk reader="ItemReader" writer="ItemWriter"...
  9. Replies
    6
    Views
    2,142

    thanks for your help. i will try by creating...

    thanks for your help.
    i will try by creating Properties object.

    Whene we schedule our jobs , and the trigger fire , the first class executed is com.batch.JobLauncherDetails :

    <beans:bean...
  10. Replies
    3
    Views
    1,056

    thank you very muchhhhh

    thank you very muchhhhh
  11. Replies
    3
    Views
    1,074

    Plz Dave you don't have any suggestion about my...

    Plz Dave you don't have any suggestion about my post : Put some parameters for my jobs ? it's urgent for me now
  12. Replies
    3
    Views
    1,074

    yes thanks i did'it manualy

    yes thanks i did'it manualy
  13. Replies
    6
    Views
    2,142

    i need help about this subject . i didn't find...

    i need help about this subject .
    i didn't find how to do that !
  14. Replies
    6
    Views
    3,378

    http://static.springsource.org/downloads/nightly/r...

    http://static.springsource.org/downloads/nightly/release-download.php?project=BATCH
  15. Replies
    6
    Views
    3,378

    Finally , i found samples of parallel job in ...

    Finally , i found samples of parallel job in
    spring-batch-2.1.5.RELEASE-no-dependencies.jar :)

    so the best way to see all samples is looking in test package :...
  16. Replies
    3
    Views
    1,056

    Any suggestion plz ?

    Any suggestion plz ?
  17. Replies
    3
    Views
    1,056

    Spring batch historisation

    Hi
    I use historisation Spring batch in Oracle database.
    As you know the historisation give us only number of skiped lines.

    TABLE BATCH_STEP_EXECUTION (
    STEP_EXECUTION_ID NUMBER(19,0) NOT...
  18. Replies
    6
    Views
    3,378

    sorry i didn't find the sample PARALLEL in any...

    sorry i didn't find the sample PARALLEL in any spring source project.

    i am developping a sample , when i got it finished i am going to send it to you.
  19. Replies
    6
    Views
    2,142

    Thanks for your reply. Question 1 :...

    Thanks for your reply.

    Question 1 : externalise cron expression in database instead of properties file ?

    my configuration xml :
    <beans:bean id="entityCronTrigger"...
  20. Replies
    6
    Views
    2,142

    I think the solution is make some Listener on...

    I think the solution is make some Listener on step execution, job execution ... ?
    but how can i use JobParameter to configure JobInstance ?
    The most important thing for my case is to externalise...
  21. Replies
    6
    Views
    2,142

    Put some parameters for my jobs

    Hi,

    Now i am using with successful spring batch 2.1.5.
    i defined all my jobs in xml spring configuration.
    i have Main class in my project that start scheduler :

    public static void...
  22. Replies
    3
    Views
    1,074

    Migration 1.1.0 To 2.1.5

    Hi
    i have a example made using spring batch 1.1.0 and i want to migrate it to 2.1.5.

    there is a way to do that ?
    1. migrating xml configuration
    2. classes , implementation

    i want to use...
  23. Replies
    6
    Views
    3,378

    Spring Batch Parallel Sample

    Hi,
    i ' m looking for a spring batch Parallel sample.
    in the official doc is mentionned that they have made an sample
    using Parallel flow....
  24. Replies
    6
    Views
    1,689

    hi, nor i didn't find samples about parallel...

    hi,
    nor
    i didn't find samples about parallel
    thx
  25. Replies
    6
    Views
    1,689

    sorry but id did'nt find any sample named...

    sorry but id did'nt find any sample named Parallel in source file: spring-batch-2.1.5.RELEASE-no-dependencies.

    below the content of...
Results 1 to 25 of 37
Page 1 of 2 1 2