File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
batch/batchlet-simple/src/test/java/org/javaee7/batch/batchlet/simple Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3131 * want to achieve with the Batchlet itself. Common cases include: copy files to process with a chunk oriented step,
3232 * startup and cleanup, or validations to your processing workflow.
3333 *
34- * To run your Batchlet, just add it to the job xml file (+myjob.xml+).
34+ * To run your Batchlet, just add it to the job xml file (+myJob.xml+).
35+ *
36+ * include::myJob.xml[]
3537 *
3638 * @author Roberto Cortez
3739 */
@@ -42,10 +44,10 @@ public class MyBatchletTest {
4244 *
4345 * [source,file]
4446 * ----
45- * /META-INF/batch-jobs/myjob .xml
47+ * /META-INF/batch-jobs/myJob .xml
4648 * ----
4749 *
48- * The +myjob .xml+ file is needed for running the batch definition.
50+ * The +myJob .xml+ file is needed for running the batch definition.
4951 */
5052 @ Deployment
5153 public static WebArchive createDeployment () {
You can’t perform that action at this time.
0 commit comments