OPEN - issue BATCH-1087: ClassPathXmlJobRegistry does not accept patterns for resources

Fix test in sample.
This commit is contained in:
dsyer
2009-02-18 10:29:54 +00:00
parent 64fc75f259
commit 7d11d3bff4

View File

@@ -31,7 +31,7 @@
p:dataSource-ref="dataSource" />
<bean id="jobRegistry" class="org.springframework.batch.core.configuration.support.ClassPathXmlJobRegistry" >
<constructor-arg value="jobs/skipSampleJob.xml" />
<property name="jobPaths" value="jobs/skipSampleJob.xml" />
</bean>
<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">