RESOLVED - issue BATCH-95: CustomEditorConfigurer bean created twice in simple-container-definition.xml

http://opensource.atlassian.com/projects/spring/browse/BATCH-95
This commit is contained in:
dsyer
2007-08-19 07:52:44 +00:00
parent 72526f72ce
commit 7f402fcba8

View File

@@ -85,16 +85,6 @@
<property name="dataSource" ref="dataSource" />
</bean>
<bean class="org.springframework.beans.factory.config.CustomEditorConfigurer">
<property name="customEditors">
<map>
<entry key="int[]">
<bean class="org.springframework.batch.support.IntArrayPropertyEditor" />
</entry>
</map>
</property>
</bean>
<bean id="simpleJob" class="org.springframework.batch.core.configuration.JobConfiguration"
abstract="true">
<property name="name" value="simpleJob" />