Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    831

    Multithreaded Itemwriter with JPA

    Hello,

    I am using an extended JpaItemWriter to write in a step with a tasklet that is multithreaded(using ThreadPoolExecuter). When the throttle-limit is reached, I get a database exception!!!. It...
  2. Replies
    2
    Views
    1,144

    Got him! My JPA reader query did not have "ORDER...

    Got him! My JPA reader query did not have "ORDER BY myEntity.myPK" and thus was reading the same data more than once as without order, paging mechanism doesn't work....
  3. Replies
    2
    Views
    1,144

    Mysterious spring batch step exit

    Hi all,

    I am using JpapagingItemreader/writer to migrate some data across different databases.

    By executing the SQL equivalent of the JPA query of itemreader, we know that we have to migrate...
  4. Update: I solved the problem by writing a custom...

    Update: I solved the problem by writing a custom processor which does the transformation. It was not clear from the samples whether you have to write a processor. Without a processor, it is the same...
  5. Getting JpaPagingItemReader to do a simple stuff

    Hi all,

    I am pretty new to Spring batch and so far I could not find a solution to this rather basic task. We are using Spring 3, Spring Batch 2.1.4 and EclipseLink.

    I'd like to have a Job with...
Results 1 to 5 of 5