From 31584fabde883dec6f3a76e237dc57b060a84e9e Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 3 Apr 2008 11:18:42 +0000 Subject: [PATCH] RESOLVED - issue BATCH-552: Fix samples-14 CI build (MBeanServer not automatically created in Java 1.4) Added explicit MBeanServerFactoryBean. --- .../resources/adhoc-job-launcher-context.xml | 55 +++++++------------ 1 file changed, 20 insertions(+), 35 deletions(-) diff --git a/spring-batch-samples/src/main/resources/adhoc-job-launcher-context.xml b/spring-batch-samples/src/main/resources/adhoc-job-launcher-context.xml index 4282d83ec..0422cd898 100644 --- a/spring-batch-samples/src/main/resources/adhoc-job-launcher-context.xml +++ b/spring-batch-samples/src/main/resources/adhoc-job-launcher-context.xml @@ -1,64 +1,49 @@ - - - - + + + + + + + - + - + - - + + - + - - + + - - - - + + - + - - + - - + \ No newline at end of file