From 22a11edc055d2e6257b747e8f5b81bde1e84c66c Mon Sep 17 00:00:00 2001 From: robokaso Date: Tue, 1 Jul 2008 13:58:43 +0000 Subject: [PATCH] RESOLVED - BATCH-688: Create Migration guide for 1.1 added commment about automatically applied tx advice for repository --- src/site/apt/migration/1.0.1-1.1.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/migration/1.0.1-1.1.apt b/src/site/apt/migration/1.0.1-1.1.apt index ebd9c29d3..62c9cdfe4 100644 --- a/src/site/apt/migration/1.0.1-1.1.apt +++ b/src/site/apt/migration/1.0.1-1.1.apt @@ -33,6 +33,6 @@ Spring Batch 1.1 Release Notes * update the database schema using the update script (or create a fresh schema) - note that 1.0.x jobs won't work with 1.1 schema - * use the updated simple-job-launcher-context.xml + * use the updated simple-job-launcher-context.xml (or remove TX advice for repository - it is applied automatically, and remove beans 'jobRegistry' and 'jobRegistryBeanPostProcessor') * jobs should run without modification