Results 1 to 4 of 4

Thread: org.springframework.batch-2.0.0.RELEASE sample is missing SystemCommandTasklet

  1. #1
    Join Date
    May 2009
    Posts
    13

    Default org.springframework.batch-2.0.0.RELEASE sample is missing SystemCommandTasklet

    org.springframework.batch-2.0.0.RELEASE sample is missing org.springframework.batch.sample.tasklet.SystemCom mandTasklet

  2. #2
    Join Date
    May 2009
    Posts
    13

    Default looks like spring batch doc error

    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>

  3. #3
    Join Date
    Feb 2008
    Posts
    488

    Default

    Can you log an issue in JIRA to correct this? Thanks.

  4. #4
    Join Date
    May 2009
    Posts
    13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •