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 11<?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" >
34 <listeners >
45 <listener ref =" myJobListener" />
56 </listeners >
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <batchlet ref =" myBatchlet" />
56 </step >
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk checkpoint-policy =" custom" >
56 <reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk item-count =" 3" >
56 <reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <listeners >
56 <listener ref =" mySkipReadListener" />
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk item-count =" 3" >
56 <reader ref =" myItemReader" >
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk item-count =" 3" >
56 <reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk item-count =" 3" >
56 <reader ref =" myItemReader" >
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk item-count =" 3" >
56 <reader ref =" myItemReader" />
Original file line number Diff line number Diff line change 11<?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" >
34 <step id =" myStep" >
45 <chunk item-count =" 3" >
56 <reader ref =" myItemReader" />
You can’t perform that action at this time.
0 commit comments