File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
batch/chunk-exception/src/test/java/org/javaee7/batch/chunk/exception Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323/**
2424 * In this sample we're going to process a few record and mix some exceptions during read, processing and write of the
2525 * chunk. Exceptions are a natural part of batch processing, and the batch itself should be prepared to deal with
26- * exceptions during processing. These exceptions are configired in the job xml file (+myjob.xml+).
26+ * exceptions during processing. These exceptions are configured in the job xml file (+myjob.xml+).
2727 *
2828 * Batch processing deals with two kinds of exceptions: skippable and retryable. Skippable Exceptions are used to skip
2929 * elements during reading, processing and writing and continue to the next element. Retryable Exceptions on the other
@@ -84,7 +84,7 @@ public static WebArchive createDeployment() {
8484 }
8585
8686 /**
87- * In the test, we're just going to invoke the batch executing and wait for completion. To validate the test
87+ * In the test, we're just going to invoke the batch execution and wait for completion. To validate the test
8888 * expected behaviour we need to query the +Metric[]+ object available in the step execution.
8989 *
9090 * @throws Exception an exception if the batch could not complete successfully.
You can’t perform that action at this time.
0 commit comments