diff --git a/src/site/docbook/reference/domain.xml b/src/site/docbook/reference/domain.xml index 7da09a94d..a31d4d7b4 100644 --- a/src/site/docbook/reference/domain.xml +++ b/src/site/docbook/reference/domain.xml @@ -6,7 +6,7 @@ To any experienced batch architect, the overall concepts of batch processing used in Spring Batch should be familiar and comfortable. There - are “Jobs” and “Steps” and developer supplied processing units called + are "Jobs" and "Steps" and developer supplied processing units called ItemReaders and ItemWriters. However, because of the Spring patterns, operations, templates, callbacks, and idioms, there are opportunities for the following: diff --git a/src/site/docbook/reference/job.xml b/src/site/docbook/reference/job.xml index 4797ab6dd..295d3fb8b 100644 --- a/src/site/docbook/reference/job.xml +++ b/src/site/docbook/reference/job.xml @@ -242,8 +242,8 @@ catch (JobRestartException e) { available: <job-repository id="jobRepository" - dataSource="dataSource" - transactionManager="transactionManager" + data-source="dataSource" + transaction-manager="transactionManager" isolation-level-for-create="SERIALIZABLE" table-prefix="BATCH_" />