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.
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.
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/f...ral.html#faq-4
I have upgraded the jdk1.4.2 in the way you specified.That solved my issue with jdk.Thanks for the input and time
you're welcome