org.springframework.batch-2.0.0.RELEASE sample is missing org.springframework.batch.sample.tasklet.SystemCom mandTasklet
org.springframework.batch-2.0.0.RELEASE sample is missing org.springframework.batch.sample.tasklet.SystemCom mandTasklet
The spring batch docs has example as below, but the actual class is in spring-batch-core
<bean class="org.springframework.batch.sample.tasklet.Sy stemCommandTasklet">
<property name="command" value="echo hello" />
<!-- 5 second timeout for the command to complete -->
<property name="timeout" value="5000" />
</bean>
Can you log an issue in JIRA to correct this? Thanks.
logged in JIRA@ http://jira.springframework.org/browse/BATCH-1241