added a BatchResourceFactoryBean to fixedlengthImportJob and fixed a repository error it illuminated.

This commit is contained in:
lucasward
2008-01-28 15:41:43 +00:00
parent c412bce1f0
commit f092cb8a99
7 changed files with 82 additions and 37 deletions

View File

@@ -37,7 +37,7 @@
</bean>
<!-- Use this to set additional properties on beans at run time -->
<bean
<bean id="batchProperties"
class="org.springframework.beans.factory.config.PropertyOverrideConfigurer">
<property name="location" value="classpath:batch.properties" />
<!-- Allow system properties (-D) to override those from file -->
@@ -50,7 +50,7 @@
<property name="order" value="2" />
</bean>
<bean
<bean id="overrideProperties"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="classpath:batch.properties" />
<property name="systemPropertiesModeName"