From ad2f3060bbe019f588a06d189a751ef8b0e76d58 Mon Sep 17 00:00:00 2001 From: robokaso Date: Sun, 20 Sep 2009 10:11:15 +0000 Subject: [PATCH] RESOLVED - BATCH-1410: Isolation Level in the Example is not supported --- src/site/docbook/reference/job.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/docbook/reference/job.xml b/src/site/docbook/reference/job.xml index 25a7d0742..b6deb5fbf 100644 --- a/src/site/docbook/reference/job.xml +++ b/src/site/docbook/reference/job.xml @@ -268,7 +268,7 @@ catch (JobRestartException e) { platform supports it. However, this can be overridden: <job-repository id="jobRepository" - isolation-level-for-create="ISOLATION_REPEATABLE_READ" /> + isolation-level-for-create="REPEATABLE_READ" /> If the namespace or factory beans aren't used then it is also essential to configure the transactional behavior of the repository