PDA

View Full Version : Getting Issues with jdk 1.4.2 in SPring Batch



arunaalluri
Jan 14th, 2008, 04:19 PM
I am trying to integrate my spring batch job with my web application.I am getting some error.I am attaching my error.Can you please help me in rectifying it.

gk5885
Jan 14th, 2008, 05:17 PM
The xml parser that ships with java 1.4 is old and out of date. There's a mechanism for upgrading.

http://xerces.apache.org/xerces2-j/faq-general.html#faq-4

arunaalluri
Jan 15th, 2008, 02:14 PM
I have upgraded the jdk1.4.2 in the way you specified.That solved my issue with jdk.Thanks for the input and time

gk5885
Jan 15th, 2008, 03:00 PM
you're welcome