Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Hi Geoff I didn't submit a patch to the...

    Hi Geoff
    I didn't submit a patch to the community. Please find the sample code for reference.


    public class BatchSqlServerMaxValueIncrementer extends SqlServerMaxValueIncrementer {

    ...
  2. Replies
    2
    Views
    405

    Thanks a lot for your replay mminella. Before...

    Thanks a lot for your replay mminella.

    Before running this batch job , XXXXXToBeProcessed indicator is set by some other batch job. Due some business change, the XXXXXToBeProcessed is set to 0...
  3. Replies
    2
    Views
    405

    Flat File Item Writer

    Hi All,
    I have implemented the Use case to export the data to file.
    My Reader : Reads the data from database tables and based on one indicator it set error code '0999' and '0998'
    Writer : Collect...
  4. Thanks for your reply Mminella. We are...

    Thanks for your reply Mminella.
    We are discussing for an update on Spring Batch Latest version.
    For this issue can we do some workaround to avoid sharing the execution context between threads?
  5. Thanks for your reply Mminella. Yes We are...

    Thanks for your reply Mminella.

    Yes We are using 2.1.0

    Sorry for the late reply.
  6. JobExecutionContext and StepExecutionContext shared Between threads

    Hi All,
    We have batch use case like
    Step1: Register the job once.
    Step2: Launch the same job in different Threads with different job parameters. We have used promotion listener to reuse the value...
  7. Replies
    1
    Views
    299

    Infinite Skip Limit

    Hi All,
    We have business scenario like, if any business exception occurs, the current item need to rollback and continue with the next item. We don't know how many items will come at runtime so...
  8. Configure the ItemProcessListener based on job parameters

    Hi All,
    I have simple job with reader, processor and writer. While lauching the job we will set the job parameter called OnlineDay with value 0 or 1. If the OnlineDay=1, we need to add the...
  9. Replies
    2
    Views
    241

    Thanks Marten. It worked.

    Thanks Marten. It worked.
  10. Replies
    2
    Views
    241

    Get the ItemProcessor Class name.

    Hi All,

    I need to get the ItemProcessor class name in the wrapper class. Currently I am getting it as $Proxy13 when we call the itemProcessor.getClass().getCanonicalName();





    <bean...
  11. Hi All, I have a scenario like starting more...

    Hi All,
    I have a scenario like starting more than a job at same time. we are getting deadlocks on the spring tables with the isolation level SERIALIZABLE, then changed the isolation level to...
  12. Replies
    15
    Views
    1,320

    Hi All, The Connection Closed Exception and...

    Hi All,
    The Connection Closed Exception and Connection Already closed exception occured due to do some configuration issues in the Windows Server 2003 SP2.
    ...
  13. Replies
    15
    Views
    1,320

    Transaction manager is there in the step level....

    Transaction manager is there in the step level. (Sorry copy paste mistake).

    MultiThreading logic:
    Jvm first load the job and as per business, we will split the records in to different list(Called...
  14. Replies
    0
    Views
    341

    Transaction in tasklet

    Hi All,
    We have scenario like when ever a step started need to update the status in the batch architecture table called BatchTask.
    Status should be committed to the database. Basically I need to...
  15. Replies
    15
    Views
    1,320

    Yes we are getting the reader closed error. ...

    Yes we are getting the reader closed error.

    This is my job configuration. In the processor we are using opensession and close session to processing the business.



    <job...
  16. Replies
    15
    Views
    1,320

    We are not trying to kill the job execution. Data...

    We are not trying to kill the job execution. Data in the database is not proper. No all the item processed.
    We had some test in local environment:
    Test1: Run the same code (Same Database backups)...
  17. Replies
    15
    Views
    1,320

    Please find the SynchronizedItemReader bean code....

    Please find the SynchronizedItemReader bean code.



    <bean id="commonStepListItemReader"
    class="my.application.batch.core.reader.SynchronizedItemReader">
    <property name="delegate"...
  18. Replies
    15
    Views
    1,320

    Hi Sambaran, We have tested with the...

    Hi Sambaran,
    We have tested with the synchronized delegate. we are getting same exception in the
    my.application.batch.core.reader.SynchronizedItemReader.close(SynchronizedItemReader.java:54).
    ...
  19. Replies
    15
    Views
    1,320

    Thanks for your reply sambaran. We have started...

    Thanks for your reply sambaran.
    We have started testing with synchronized delegate. Once done, we will update you.
  20. Replies
    15
    Views
    1,320

    Thanks for your reply Sambaran. We are using...

    Thanks for your reply Sambaran.
    We are using default HibernateCursorItemReader. I have verified the data. There is to scenario's
    1. Some time Job is completed successfully and data also proper but...
  21. Replies
    15
    Views
    1,320

    Error while closing item reader

    Hi All,

    I have an batch processing that registers the job and start the registered job in different threads(Each job with different parameters).
    All the threads processing successfully, jobs are...
  22. Skippable Exception - Processing processed item

    Hi All,
    we have use case that read the data from the stored procedure and process it and write to the database.

    whenever any system exception occurs, it should skip and process the next item. but...
  23. Error message: 00:40:04,801 ERROR main...

    Error message:



    00:40:04,801 ERROR main TransactionTemplate:157 - Application exception overridden by rollback exception
    org.springframework.dao.DataAccessResourceFailureException: could not...
  24. Retry On Network Problems- Suggestion Required

    Hi all,

    I have some doubts regarding the retry on Network problems while batch is running.
    scenarios:
    1. Network is down for 10 min?
    2. Active connection is closed because of network issue or...
  25. Thanks for your reply. We are using...

    Thanks for your reply.

    We are using BasicDataSource with default connection pooling. only we have provided url, driver name,username, and password.

    I am using commons-dbcp-1.4, Is there is any...
Results 1 to 25 of 86
Page 1 of 4 1 2 3 4