Fix schema location of jsr 352 namespace

This commit is contained in:
Mahmoud Ben Hassine
2019-03-26 21:53:14 +01:00
parent d8fc58338d
commit a9fc6be6be
30 changed files with 31 additions and 31 deletions

View File

@@ -195,7 +195,7 @@ To use Spring dependency injection within a JSR-352 based batch job consists of
xsi:schemaLocation="http://www.springframework.org/schema/beans
https://www.springframework.org/schema/beans/spring-beans.xsd
http://xmlns.jcp.org/xml/ns/javaee
https://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/jobXML_1_0.xsd">
https://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd">
<!-- javax.batch.api.Batchlet implementation -->
<bean id="fooBatchlet" class="io.spring.FooBatchlet">