IN PROGRESS - BATCH-693: Refactor samples along domain contours

moved generic domain-agnostic classes into common package
This commit is contained in:
robokaso
2008-07-25 08:52:39 +00:00
parent 8839d6e2f0
commit eaa407a01d
21 changed files with 26 additions and 20 deletions

View File

@@ -143,7 +143,7 @@ xmlStaxJob | | | x | | | | | | x | | | | | | | |
<bean id="executeSystemCommand" parent="taskletStep">
<property name="tasklet">
<bean
class="org.springframework.batch.sample.tasklet.SystemCommandTasklet">
class="org.springframework.batch.sample.common.SystemCommandTasklet">
<property name="command" value="echo hello" />
<!-- 5 second timeout for the command to complete -->
<property name="timeout" value="5000" />