override file-context.xml
i am using Spring Batch 2.1.8, Spring Batch Web Admin 1.2.1 and Spring Integration 2.1.0.
i found JIRA BATCHADM-128. Some configuration files ( e.g. file-context.xml) are using version dependent declaration of XSD files.
i am trying to override the file-context.xml in my Batch application. i have tried to override this schema declaration in META-INF/spring/batch/bootstrap, META-INF/spring/batch/override and several other places.
where can i override file-context.xml as well as the launcher-context.xml and restart-context.xml?
thanks