Hi All
Can any one help me to know about the batch jar version of org.springframework.batch in order to use spring-batch-2.1.xsd and beans/spring-beans-2.5.xsd.
What all jars are needed and what would be the version.
Hi All
Can any one help me to know about the batch jar version of org.springframework.batch in order to use spring-batch-2.1.xsd and beans/spring-beans-2.5.xsd.
What all jars are needed and what would be the version.
I suggest using maven to resolve the dependencies, that will save you these questions and a ton of headaches searching for the right jars...
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
Thanks Marten.
I googled and find the correct version jar which was required to make skippable-exception-classes tag working.
Earlier i was using 2.0 batch jars and trying to access 2.1xsds so i downloaded 2.1 and now things are working fine for me.