Search:

Type: Posts; User: anschoewe; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    705

    How to implement job timeout

    Hello,

    I'm looking for ideas about the best way to put a timeout parameter around an entire job. I would also consider a similar parameter at the step level. In short, I would like to be able to...
  2. Thanks for the update. I created an issue for it...

    Thanks for the update. I created an issue for it here: https://issuetracker.springsource.com/browse/EBR-763

    I didn't realize most heavy Spring users relied on Maven Central for their depencies. ...
  3. Missing from SpringSource repository

    I'm trying all the normal places so that I can download the newest version of spring batch (2.1.8), but I'm not finding it. It looks like the springsource repositories are only up to version 2.1.6. ...
  4. Solution Found

    Found the solution...

    Since I'm relatively new to spring, I didn't realize the correct way to pass a factory around. I needed to put an ampersand '&' in front of my 'ref' decleration. However, I...
  5. How to instantiate MapJobExplorerFactoryBean

    I've started using Spring Batch 2.1 but I'm having a problem when trying to add a MapJobExplorerFactoryBean to my application context. Here is my configuration via XML:



    <?xml version="1.0"...
Results 1 to 5 of 5