File tree Expand file tree Collapse file tree 16 files changed +32
-16
lines changed
batch-listeners/src/main/resources/META-INF/batch-jobs
batchlet-simple/src/main/resources/META-INF/batch-jobs
chunk-checkpoint/src/main/resources/META-INF/batch-jobs
chunk-csv-database/src/main/resources/META-INF/batch-jobs
chunk-exception/src/main/resources/META-INF/batch-jobs
chunk-mapper/src/main/resources/META-INF/batch-jobs
chunk-optional-processor/src/main/resources/META-INF/batch-jobs
chunk-partition/src/main/resources/META-INF/batch-jobs
chunk-simple-nobeans/src/main/resources/META-INF/batch-jobs
chunk-simple/src/main/resources/META-INF/batch-jobs
decision/src/main/resources/META-INF/batch-jobs
flow/src/main/resources/META-INF/batch-jobs
multiple-steps/src/main/resources/META-INF/batch-jobs
scheduling/src/main/resources/META-INF/batch-jobs
split/src/main/resources/META-INF/batch-jobs
jms/jms-batch/src/main/resources/META-INF/batch-jobs Expand file tree Collapse file tree 16 files changed +32
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<listeners >
4
5
<listener ref =" myJobListener" />
5
6
</listeners >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<batchlet ref =" myBatchlet" />
5
6
</step >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk checkpoint-policy =" custom" >
5
6
<reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk item-count =" 3" >
5
6
<reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<listeners >
5
6
<listener ref =" mySkipReadListener" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk item-count =" 3" >
5
6
<reader ref =" myItemReader" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk item-count =" 3" >
5
6
<reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk item-count =" 3" >
5
6
<reader ref =" myItemReader" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk item-count =" 3" >
5
6
<reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" version =" 1.0" >
2
+ <job id =" myJob" xmlns =" http://xmlns.jcp.org/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version =" 1.0" >
3
4
<step id =" myStep" >
4
5
<chunk item-count =" 3" >
5
6
<reader ref =" myItemReader" />
You can’t perform that action at this time.
0 commit comments