RESOLVED - issue BATCH-239: BatchCommandLineLauncher default bean reference does not match the one in samples

This commit is contained in:
dsyer
2007-11-29 18:40:16 +00:00
parent bdb199760e
commit 9de2e3e11d

View File

@@ -2,7 +2,7 @@
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<bean id="simple-container" class="org.springframework.context.support.ClassPathXmlApplicationContext">
<bean id="batchExecutionEnvironment" class="org.springframework.context.support.ClassPathXmlApplicationContext">
<constructor-arg>
<value>simple-container-definition.xml</value>
</constructor-arg>