Hi,
Belolw is my spring bacth file.Iam using datasoureces using jndi names in the app server.
<code>
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Type: Posts; User: eknathtieto; Keyword(s):
Hi,
Belolw is my spring bacth file.Iam using datasoureces using jndi names in the app server.
<code>
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi,
I am using spring batch to transfer data from the Active DB to Passive DB.
While transfering 70 k rows , i am getting following error.
My transaction time is 1200 sec on the weblogic...
Thanks a quick reply.
Yes, i agree with you NPE is noothing to do with ItemWriter.
I am using the spring batch version 2.0.4.RELEASE.
I have removed the task executor from the step, i have...
Hi,
In my application my reading data drom the database and writing into the physical file using StaxEventItemWriter .After some data get written into the file, NullPoniterException occured .
...
Hi,
i am using StaxEventItemWriter in my code to transfer the data from the database to physical files.
The beans confiuration as below
!-- Archiving the Data from the PWHH database to...