OK, setting commit-interval a high value reads and process all lines before writing to database. This value seems to indicate the size of the chunk (items procesed), not the number of records...
Type: Posts; User: gordopilo; Keyword(s):
OK, setting commit-interval a high value reads and process all lines before writing to database. This value seems to indicate the size of the chunk (items procesed), not the number of records...
Hi everybody
I'm new in Spring Framework and i am developing a Batch process where i must read a file (each line is mapped to an Entity Bean), process each line to find errors and persist it on...