Search:

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

Search: Search took 0.01 seconds.

  1. The same problem

    Hi all,

    I have a very similar problem but with in-memory map. Here is the exception I get:


    java.util.ConcurrentModificationException
    at...
  2. Replies
    10
    Views
    2,282

    Thanks

    Lucas and Dave,
    Thank you very much for your help. You did direct me to the right place with your tips. We found a workaround for our issue. But for the future, wouldn't it be good to have a...
  3. Replies
    10
    Views
    2,282

    About your hint

    Thank you Dave for the answer.
    Unfortunatelly, I don't see how I can use this adapter in our configuration. We use JpaTransactionManager, and our server runs on Jetty. As far as I understand the...
  4. Replies
    10
    Views
    2,282

    About my Use case

    Lucas, thank you for your answer.
    I'll try to describe my use case as far as I can.
    We ported our code to 1.0.0.FINAL.
    We have a process that listens to a socket and receives data from a sending...
  5. Replies
    10
    Views
    2,282

    org.springframework.batch.core.step.item.ItemOrien...

    org.springframework.batch.core.step.item.ItemOrientedStep.execute opens transaction programaticaly. My questoion was - how can I change its isolation?

    Thanks.
  6. Replies
    10
    Views
    2,282

    Transaction isolation

    Hi all,

    My question is related to transaction isolation for batch updates in spring-batch.
    I would like to set custom transaction isolation on a transaction supplied by spring-batch. How can it...
  7. Replies
    1
    Views
    646

    Retry after recover

    Hi all,
    I'm using spring-batch 1.0.0.FINAL.
    My scenario is as follows:
    I read files and inserts their contents into database tables.
    I have a case when I may get a foreign key constraint...
  8. Replies
    2
    Views
    997

    Thank you for your help

    Dave, thank you very much. You were right as to the policy. I used NeverRetryPolicy and it did the trick. Now I'm able to get the wrong record and skip it without any problem. All the correct records...
  9. Use of JDBC batchUpdate size instead of commitInterval

    Hi everybody,

    We use spring-batch-1.0.0.m3 to run our jobs for inserting data from flat files into the database tables. We figured out that running iBatis batchUpdate inserting data from a flat...
  10. Replies
    2
    Views
    997

    Fixing data and retrying

    Hi everybody,

    I have a question regarding chunk retrying on exception.

    My use case is as follows: I have a directory to which an external process writes files. A listener listens to the...
Results 1 to 10 of 10