Search:

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

Search: Search took 0.02 seconds.

  1. ClassCastException: $Proxy9 to MultiResourceItemReader

    Hi,
    Since i upgraded my application from org.springframework.batch.core-2.0.0.M4.jar to spring-batch-infrastructure-2.1.5.RELEASE.jar i am getting runtime exception as


    [DEBUG] []...
  2. Replies
    1
    Views
    1,289

    How to set Resource at runtime?

    Hi,
    I want to set resource at runtime from itemwriter.
    How can i set this at runtime.
    I am using spring batch 2.0.0.M3.jar

    This does not work.
    note: filename is my jobparameter.
  3. Read-Modify-Write with MultiResourceItemReader

    hi,
    I have a problem in reading multipal files ,add extra column to files and write multiple files in a single job.
    e.g.
    read player1.csv add one column and write player.csv.1
    ...
  4. Hi, Just use skipLimitStep as parent and...

    Hi,
    Just use skipLimitStep as parent
    and list out your Exception types on which you want to skip records.
    thats it !


    <bean id="footballJobHnate" parent="simpleJob">
    <property...
  5. How to know Filename in multiResourceJob?

    Hi,
    I am executing multiresource job with multiple files.
    I have implemented StepExecutionListener on this job.
    I want to know skiped record no and it's filename for all skipped...
  6. Replies
    1
    Views
    733

    How to splitt file?

    Hi,
    I have a file which contains some records with different type.
    e.g Player,One Day record,Test Record etc. like,


    Player,,,,
    Sachin,R ,tendulkar,India,
    Brian,X ,Lara,West Indies,...
  7. not getting any solution. please help.

    not getting any solution. please help.
  8. Replies
    1
    Views
    2,244

    Problem has been resolved simpleStep...

    Problem has been resolved
    simpleStep configuration tag were missing.
  9. Error : no matching editors or conversion strategy found

    hi,I am getting error Error : no matching editors or conversion strategy found while executing multilinejob from spring batch sample code in my application environment.
    Note: Some of error code and...
  10. Replies
    1
    Views
    2,244

    Not getting steps exucution

    Hi, i am getting following error while execution multiline job.

    can any body helps regarding ?


    453 [main] INFO support.DefaultListableBeanFactory - Pre-instantiating singletons in...
  11. Replies
    9
    Views
    4,743

    Sample Spring batch Web Application

    Hi,
    I have downloaded Spring batch application and its working fine with Test Cases,but now i want to integrate Spring batch in my Web application, but i dont have any idea to start execution like...
Results 1 to 11 of 11