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...
Type: Posts; User: anschoewe; Keyword(s):
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...
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. ...
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. ...
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...
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"...