Hi All,
I'm having a spring batch application which serially processes some XML files from a directory.
Below is process flow:
1. ItemReader validates each xml file,Processor process it and...
Type: Posts; User: tusharjoshi; Keyword(s):
Hi All,
I'm having a spring batch application which serially processes some XML files from a directory.
Below is process flow:
1. ItemReader validates each xml file,Processor process it and...
Hi All,
our requirement is that we do not want Spring batch tables included in business database. So we have created separate database for Spring batch tables. Database provider is same for both...
Issue is resolved. Jut needed to add scope="step" to resources property.
Hi All,
Our requirements for job is we have 2 steps.
Step1: copies files into processing directory.
Step2:is parititionStep which will process each file present in processing directory.
...
Hi Michael,
Thanks for immediate reply. I will try to change mode of Sybase store procedure and update you accordingly.
I believe above configuration will be enough to commit and rollback...
Hi All,
I am facing problem that, even though exception occured in writer, transaction does not getting rolling back. I am using Sybase 12.5 database.
Sybase is connected using Jconn3 jdbc...
Hi All,
I want all records of file should be committed at once i.e commit-interval not useful for me.
To commit at last manually, i have turned off autoCommit(i.e false) of DataSource as well as...
ohh.right. very well explained. thanks a lot :)
Can anybody help me ??
Hi All,
I want single connection get shared between partitioned step which process xml file.
Partition step is reading xml files and inserting data into database. But i found that, new...