Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. How to stop re-reading of errorneous record once again

    I am reading a flat file and do some business logic before writing into table. Some of the records are rejected in reader side and few in writer side as per my business. If any record is rejected, my...
  2. Replies
    6
    Views
    1,527

    Thanks Lucas & Litius....

    Thanks Lucas & Litius....
  3. Replies
    6
    Views
    1,527

    If we need to configure more than one listeners,...

    If we need to configure more than one listeners, how can we configure those in our context file?

    <property name="listeners" ref="stepExecutionStatusListener,batchStatusLoggerListener" />

    Please...
  4. Replies
    4
    Views
    830

    Thanks.. Lucas. I have properly override equals...

    Thanks.. Lucas.
    I have properly override equals method and hashcode method. It is working as expected.
    But if one write error is encountered just after read error, the batch is calling...
  5. Replies
    4
    Views
    830

    Yes...almost. Actually my step is...

    Yes...almost.

    Actually my step is skipLimitStep, not retryStep. This is my requirement .
    If any record is incorrect as per business, it should throw a exception and log that details into...
  6. Replies
    4
    Views
    830

    Reading same record again and again

    Hi,

    My batch is reading from a file and writing to database after applying some business rule. While applying business rule, the system is creating new fieldset with updated tokens. I am using...
  7. sorry for late reply... I implemented...

    sorry for late reply...

    I implemented JobExecutionListener, not CompositeExecutionJobListener.
  8. I implemented ItemReadListener, ItemWriteListener...

    I implemented ItemReadListener, ItemWriteListener and extended CompositeExecutionJobListener in one class(BatchStatusLoggerListener) and that class is using for track the total number of processed...
  9. I have to process fixed, delimited XML files....

    I have to process fixed, delimited XML files. Coming files contain millions of records. So if we go through the file only for getting the total number of records, impact system performance. So I am...
  10. How do know the total number of record in a file

    HI,

    I want to know the total number of records in a file just before the batch starts to process the first record, to show the status of job something like total records, processed records, failed...
  11. Replies
    10
    Views
    1,563

    Thanks Lucas and Robert for your valuable...

    Thanks Lucas and Robert for your valuable suggestions...
  12. Replies
    10
    Views
    1,563

    Lucas, I think above method also change the...

    Lucas,

    I think above method also change the fieldset indirectly by creating new fieldset using updated values. Is it ok? I took the suggestion of Robert. Please guide me.
  13. Replies
    10
    Views
    1,563

    Thanks Lucas for your valuable suggestion. I will...

    Thanks Lucas for your valuable suggestion. I will put a abstraction between fieldset and map such that create a new instance of fieldset using updated values in original instance of fieldset.
    I...
  14. Replies
    10
    Views
    1,563

    Yes Lucas, We can alter the values in map. But I...

    Yes Lucas, We can alter the values in map. But I want to segregate that functions with creation of map. Because the alteration is little bit trickier. More of that, according to some values, i need...
  15. Replies
    10
    Views
    1,563

    I am not using any specific VO classes, instead...

    I am not using any specific VO classes, instead we are using map.

    I have two options.
    One is, alter the values just after creating tokens of fields but before creating fieldset. So we can...
  16. Replies
    10
    Views
    1,563

    Alter the fieldset value

    Hi,

    I want to read from a file and checks some conditions on record and do some changes on few fields then after write to database.
    Do to this, first I thought read record and do the verification...
  17. Replies
    3
    Views
    1,633

    Ram, Can you please explain about commons-vfs,...

    Ram,

    Can you please explain about commons-vfs, because I am new to this.

    Thanks,
    Shahul
  18. Replies
    3
    Views
    1,633

    Download file from remote FTP server

    Hi,

    I want to download file from a remote FTP server then continue the upload into database. For this, I think the first step of my job will download the file and second step will do the reading...
  19. Replies
    5
    Views
    5,404

    Hey Parimal, I am working in a Quartz-Spring...

    Hey Parimal,

    I am working in a Quartz-Spring batch project. Please log your refined questions, we will discuss.

    Thanks,
    Shahul
  20. Thanks Robert....solved this issue. Here I am...

    Thanks Robert....solved this issue. Here I am scheduling same jobs more than once. so we have to change job detail name and trigger name for each scheduling...
  21. Unable to store Job with name: 'jobDetail' and group: 'quartz-batch'

    Hi,

    My batch is scheduled through a web application. I am using Quartz for scheduler. I have only one batch to run, but i have to schedule same batch as multiple jobs. For example one job should...
  22. Replies
    5
    Views
    1,601

    Thanks Lucas its working....:)

    Thanks Lucas its working....:)
  23. Replies
    5
    Views
    1,601

    Hey, i am facing same issue in my project. So...

    Hey,

    i am facing same issue in my project.
    So we can access jobparameter using jobExecution.getJobInstance().getJobParameters()...

    But how can we get that instance of jobExecution in...
  24. Replies
    5
    Views
    909

    Yes.. we can use StepExectionListener to create...

    Yes.. we can use StepExectionListener to create the object which contains format configuration from the database. But here I want to access that object in itemReader and itemWriter to read the...
  25. Replies
    5
    Views
    909

    Let me refine my requirement We have more than...

    Let me refine my requirement

    We have more than 60 jobs which are scheduled on daily, monthly etc.
    Application has UI to configure incoming source files. Once it is configured and triggered that...
Results 1 to 25 of 28
Page 1 of 2 1 2