RESLOVED - BATCH-346: CommandLineJobRunner now requires just single xml file argument, samples modified to use import statement (and removed parent context loading from test launcher)

This commit is contained in:
robokaso
2008-02-29 08:54:09 +00:00
parent a2135adbba
commit ac1f86b1a5
23 changed files with 71 additions and 56 deletions

View File

@@ -55,7 +55,7 @@
<property name="location" value="classpath:batch.properties" />
<property name="systemPropertiesModeName"
value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
<property name="ignoreUnresolvablePlaceholders" value="false" />
<property name="ignoreUnresolvablePlaceholders" value="true" />
<property name="order" value="1" />
</bean>