Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    545

    Issue with commit interval

    Hello All,

    I am reading a huge file with 500 thousand records line by line and dumping it into a staging table. There are two type of records in the file. They are with prefix EMP and SH....
  2. Problem with Commit Interval

    I could solve the problem on not being able to configure exception handler by using the old schema bean definition for that step completely and refering the same using new schema as
    <step...
  3. Any suggestions/pointers appreciated. The new...

    Any suggestions/pointers appreciated. The new schema looked much cleaner and had many other good features like next and end transitions I wanted to use. But the commit interval and the exception...
  4. I am using Quartz scheduler to constantly poll...

    I am using Quartz scheduler to constantly poll the directory and kick off processing when file arrives. The integration is quite simple. Samples provided with batch should have an example.
  5. Replies
    15
    Views
    2,991

    You can use Classifiers to choose different...

    You can use Classifiers to choose different writers based on some critieria. Thats the cleanest approach i have found. Other wise you will have to do instanceOf which can get dirty if you have many...
  6. Problem configuring Exception Handler

    Hello All,

    I recently upgraded the schema from older version to newer version i.e. chunk processing. But i am running into two issues

    1) Though the commit interval is set to "1" i still dont...
  7. Batch job goes to infinite loop and crashes server

    Hi All,

    I am using a simpleJob to read data from a file and write it to the database. I have a temporary admin page from which i can trigger the job on demand.
    When i drop a file to the...
  8. Thanks. We did upgrade and binding issues were...

    Thanks. We did upgrade and binding issues were fixed. But now we have issue with MessageCodeResolver which is fixed in 2.0.7. when can we expect 2.0.7.
  9. Replies
    4
    Views
    1,259

    Thanks for the response. I am able to run the...

    Thanks for the response.
    I am able to run the scripts at server start up. I just plugged in a DataInitializer to do the job.

    I was trying this to get quartz persistance up and running. But i am...
  10. Replies
    4
    Views
    1,259

    Is there any place i can find a sample...

    Is there any place i can find a sample implementation. I couldnt find a reference anywhere. I would appreciate if you can point me to some sample.

    Thanks,
    Sushma
  11. Replies
    4
    Views
    1,259

    Spring batch persistence hbm

    Hi All,

    I am trying to see if i spring batch provides hbm files to create the tables needed to persist batch job infomation so that i can directly configure my session property to read them and...
  12. Issue with webflow binding using mapping result instead of model

    Here is my simple usecase:

    List of rows displayed on screen with checkbox for row selection. List is a paginated. Binding checkboxes to an list (a simple list of string) on model object.
    Select...
  13. Replies
    1
    Views
    682

    Managing fatal exceptions

    I have implemented a batch program to basically read a large file and writes it to the database. Things were smooth for quite sometime. Now that
    we have also implemented versioning to prevent...
  14. Replies
    1
    Views
    736

    Any pointers please let me know. Thanks!!!!

    Any pointers please let me know. Thanks!!!!
  15. Replies
    1
    Views
    736

    Problem with the pop up

    Hi All,

    I am facing issue rendering pop up with webflow 2.0.5

    Below is the jsp action button which triggers the subflow event.

    input value="Upload List" id="uploadList" type="button"...
  16. Replies
    0
    Views
    683

    How to conditionally control steps

    Hi All,

    I have 3 steps defined say Step1, Step2 and Step3. Step 1 performs header validation and store a boolean true or false in jobexecution context. Step 2 is supposed to read that value and...
  17. Any pointers?? Is there any way i can...

    Any pointers??
    Is there any way i can programatically set the type of object at one place and direct other calls in the batch job appropriately???

    Thanks in advance.
  18. FieldSetMapper for Multiple record types

    Hi All,

    My data file containts multiple record types.
    EX:

    HEADER|abc
    EMP|a|23|................
    EMP|b|34|............
    SHA|324|..........
    TRAILER|4
  19. Replies
    7
    Views
    4,216

    Thanks lucas. That is the direction i am moving...

    Thanks lucas. That is the direction i am moving towards now. I just have my DelimitedLineTokenizer return null for blank lines which my FieldSetMapper reads and returns a marker string. My...
  20. Replies
    7
    Views
    4,216

    How to handle blank lines

    Hi All,
    Is there a better way spring batch provides to not process blank lines in the data files?

    EX:File looks like below.

    HEADER|92

    EMP|222|Name

    TRAILER|3
  21. Code smell problem for files with multiple record types

    Hi All,

    I am processing files with multiple record types in it.
    Ex:

    HEADER abc
    EMP|1|susan|0222
    EMP|3|mike|0234
    SH1|4|093
    TRAILER|5
  22. Replies
    5
    Views
    1,895

    Can i get a sample configuration on how i should...

    Can i get a sample configuration on how i should be injecting my dependencies to ClassPathXmlJobRegistry. I am using quartz i.e CronTriggerBean to kick start my spring batch job.

    Below are my...
  23. Replies
    5
    Views
    1,895

    ApplicationContext Reloading issue

    Hi All,

    Is there a way i can have my reader configured in a way it gets rewired everytime the job runs?? Here is the description

    When my app server starts, it loads all my spring...
  24. Replies
    1
    Views
    1,023

    Trailer validation

    I have a file which i need to parse. It has a header, other rows and a trailer. Trailer is nothing but a record count of all the non empty lines in the file.
    Ex:
    HEADER|03041980
    ...
  25. Replies
    1
    Views
    865

    Record level validation

    Hello All,
    I have configured validatingItemReader to do the validations before control moves to ItemReaders. I have a scenario where if any rows have validation error i just have to populate some...
Results 1 to 25 of 27
Page 1 of 2 1 2