Please port your xml files.
Regards
AN
Type: Posts; User: abnig; Keyword(s):
Please port your xml files.
Regards
AN
Any suggestions on how to eliminate duplicate records before passing it to the writer.
I tried implementing ItemWriter but its called as many times as the number of source records if injected...
This is working for me
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:batch="http://www.springframework.org/schema/batch" ...
My stupid...
I was referring to beans & batch 2.0 schema locations.
I also got the same error. The step configuration is as follows
<batch:step id="loadExpenseDescr">
<batch:tasklet transaction-manager="ora-transactionManager" >
<batch:chunk...
I am also facing the same problem. How did you go about it?