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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user