From 9e535018ae2cc2380844e548291ad5a2ccd95116 Mon Sep 17 00:00:00 2001 From: robokaso Date: Sun, 20 Sep 2009 10:10:32 +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 4d0b2b2cf..c71aea8ed 100644 --- a/src/site/docbook/reference/job.xml +++ b/src/site/docbook/reference/job.xml @@ -287,7 +287,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