RESOLVED - issue BATCH-239: BatchCommandLineLauncher default bean reference does not match the one in samples
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user