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...
Type: Posts; User: zencv; Keyword(s):
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...
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....
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...
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...
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...