robokaso
|
83e3e48762
|
RESOLVED - BATCH-623: StatefulRetryStepFactoryBean causes item count to be lost in database
|
2008-06-10 08:19:37 +00:00 |
|
robokaso
|
c5992c9833
|
RESOLVED - BATCH-638: ItemSkipPolicyItemHandler does not count items
moved item counting in SimpleItemHandler from write(..) into handle(..) method so that it isn't overriden in subclasses + tests
|
2008-06-10 08:11:57 +00:00 |
|
robokaso
|
8b79582be2
|
few dictionary additions
|
2008-06-09 14:12:27 +00:00 |
|
robokaso
|
dfef707dc9
|
minor code cleanup
|
2008-06-09 14:00:51 +00:00 |
|
robokaso
|
607865e931
|
minor code cleanup
|
2008-06-09 13:23:20 +00:00 |
|
robokaso
|
abb3ad12f6
|
fix the samples build - auto-wire=false for the added factory bean
|
2008-06-09 11:39:15 +00:00 |
|
robokaso
|
8572588981
|
RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean
removed remaining unused map dao beans
|
2008-06-09 11:14:06 +00:00 |
|
robokaso
|
688e9fc31e
|
RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean
replaced the sample map dao declarations with mapJobResositoryFactoryBean
|
2008-06-09 11:08:04 +00:00 |
|
robokaso
|
9eb654c790
|
RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean
created separate factory bean for repository with map daos
|
2008-06-09 10:51:11 +00:00 |
|
dsyer
|
7a67464374
|
Fix 1.4 samples CI
|
2008-06-09 07:30:14 +00:00 |
|
robokaso
|
ab4bdb1f76
|
removed commented junk code
|
2008-06-06 14:18:12 +00:00 |
|
robokaso
|
c2c33fc00b
|
OPEN - BATCH-654: Transactions when commit fails
reverted the previous solution, it wouldn't really help
|
2008-06-06 14:06:38 +00:00 |
|
robokaso
|
143b1e6be0
|
MapStepExecutionDao was clearing only one (of two) maps on clear()
|
2008-06-06 13:18:26 +00:00 |
|
robokaso
|
61c21ed663
|
RESOLVED - BATCH-654: Transactions when commit fails
ItemOrientedStep now detects failed commit and dies asap instead of trying to rollback
|
2008-06-06 12:49:32 +00:00 |
|
robokaso
|
7df20a9902
|
RESOLVED - BATCH-653: consistent item buffering in ItemReaders
JdbcCursorItemReader now extends AbstractBufferedItemReaderItemStream
|
2008-06-06 10:44:08 +00:00 |
|
robokaso
|
09b5acc368
|
IN PROGRESS - BATCH-653: consistent item buffering in ItemReaders
StaxEventItemReader now extends AbstractBufferedItemReaderItemStream
|
2008-06-06 09:41:07 +00:00 |
|
robokaso
|
6a3cd3ffbe
|
IN PROGRESS - BATCH-653: consistent item buffering in ItemReaders
extracted generic buffered reader superclass from HibernateCursorItemReader
|
2008-06-06 09:08:18 +00:00 |
|
dsyer
|
e54aafd335
|
REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
Reverted rownum change in FieldSetMapper
|
2008-06-05 17:24:34 +00:00 |
|
dsyer
|
85e168e2db
|
RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
Added rownum parameter to field set mapper (with default value -1 defined as constant in FieldSetMapper)
|
2008-06-05 15:03:10 +00:00 |
|
robokaso
|
b89bbbadb6
|
RESOLVED - BATCH-16: Factor out common file handling concerns of Xml and FlatFile output templates
FlatFileItemWriter now uses FileUtils
|
2008-06-05 11:59:09 +00:00 |
|
dsyer
|
a55e488c14
|
RESOLVED - issue BATCH-572: Retryable exceptions cannot be skippable
* Deprecated StatefulRetryStepFactoryBean
* Added generic cache limit property to SkipLimitStepFactoryBean (replacing skipCacheLimit)
* Testing
|
2008-06-05 11:53:36 +00:00 |
|
robokaso
|
05b3e0ad36
|
RESOLVED - BATCH-649: Fetch Limit in Hibernate item reader
|
2008-06-05 09:36:32 +00:00 |
|
robokaso
|
23b5f47d82
|
RESOLVED - BATCH-651: buffered readers don't handle volatile commit interval
added test and patched the affected readers
|
2008-06-05 08:54:39 +00:00 |
|
dsyer
|
e194b8da09
|
Organise imports
|
2008-06-05 06:40:35 +00:00 |
|
dsyer
|
8ae974341f
|
Fix 1.4 samples build (use ClassUtils)
|
2008-06-05 06:24:54 +00:00 |
|
dsyer
|
a126171083
|
Fix 1.4 samples build (use ClassUtils)
|
2008-06-05 06:22:31 +00:00 |
|
robokaso
|
d377e4c5c3
|
RESOLVED - BATCH-650: Use FORWARD_ONLY as scroll mode in HibernateCursorItemReader
added item buffer and made the cursor forward-only (+ had to fix samples using stateful items with rollback)
|
2008-06-04 13:43:00 +00:00 |
|
dsyer
|
c21032332b
|
RESOLVED - issue BATCH-541: pull commit interval from the job parameters
Added StepExecutionSimpleCompletionPolicy (a la StepExecution*) as s one-off solution to the commit interval problem initially posed
|
2008-06-04 11:55:22 +00:00 |
|
robokaso
|
0497379f68
|
RESOLVED - BATCH-520: Add a Delegating File Reader For Multiple Files
name the SortedMultiResourceItemReader explicitly (inherited name from superclass before)
|
2008-06-04 08:49:30 +00:00 |
|
robokaso
|
cc3c78089a
|
fixed capital letter in filename - add new correctly capitalized file
|
2008-06-03 13:54:18 +00:00 |
|
robokaso
|
2848461333
|
fixed capital letter in filename - delete the file first
|
2008-06-03 13:51:38 +00:00 |
|
robokaso
|
bc18856459
|
RESOLVED - BATCH-520: Add a Delegating File Reader For Multiple Files
sample job for multi resource input
|
2008-06-03 13:33:08 +00:00 |
|
robokaso
|
839f114f31
|
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
added SortedMultiResourceItemReader which sorts the injected Resources using Comparator
|
2008-06-03 12:22:20 +00:00 |
|
robokaso
|
79d6f35ece
|
RESOLVED - BATCH-635: samples review
added javadoc to dao interfaces
|
2008-06-03 10:27:30 +00:00 |
|
robokaso
|
ca4fc0dbb4
|
IN PROGRESS - BATCH-520: Add a Delegating File Reader For Multiple Files
added the common 'foo' tests for both flatfile and xml
added setter for 'saveState'
|
2008-06-03 08:52:48 +00:00 |
|
dsyer
|
90465f9ce0
|
OPEN - issue BATCH-541: pull commit interval from the job parameters
Move ClassPathXmlApplicationContextJobFactory implementation from samples to core.
|
2008-06-02 13:14:58 +00:00 |
|
robokaso
|
e64c3cdf1f
|
IN PROGRESS - BATCH-505: Job-level ExecutionContext
added volatile declarations for executionContext and stepExecutions properties
|
2008-06-02 12:06:17 +00:00 |
|
robokaso
|
01c70eaff7
|
IN PROGRESS - BATCH-505: Job-level ExecutionContext
added javadoc for JdbcExecutionContextDao
|
2008-06-02 11:18:24 +00:00 |
|
robokaso
|
5d83928977
|
IN PROGRESS - BATCH-505: Job-level ExecutionContext
Added createTime to JobExecution and made startTime nullable again
|
2008-06-02 10:50:39 +00:00 |
|
robokaso
|
58963c7bdb
|
RESOLVED - BATCH-645: Have JdbcCursorItemReader use ResultSet.absolute() to set the cursor by configuration
cleaned up the javadoc as sideeffect
|
2008-06-02 09:25:59 +00:00 |
|
dsyer
|
78c4e34b98
|
RESOLVED - issue BATCH-646: Step/Job Execution DAO's EXIT_MESSAGE_LENGTH change to configurable
|
2008-05-30 08:50:48 +00:00 |
|
dsyer
|
83f71525ce
|
BATCH-586: Updated samples walkthrough to 1.1. Still not complete, but at least it's fairly accurate.
|
2008-05-29 15:31:28 +00:00 |
|
dsyer
|
8e25342701
|
RESOLVED - issue BATCH-466: Allow configurable ordering of Step/JobListeners
|
2008-05-29 14:10:51 +00:00 |
|
dsyer
|
56ddba0a7b
|
Fix queue full exception in repeat template in CI build - use unbounded queue for results (will be bounded in practice by throttle limit anyway).
|
2008-05-29 10:58:09 +00:00 |
|
dsyer
|
59e57bed88
|
BATCH-586. Move samples docos to samples project
|
2008-05-28 10:47:30 +00:00 |
|
dsyer
|
4804e7f375
|
Fixed spelling error (write=read!)
|
2008-05-27 20:53:50 +00:00 |
|
dsyer
|
fe17eab945
|
BATCH-620: what is it with this failed test?
|
2008-05-27 20:45:36 +00:00 |
|
dsyer
|
488ce57cc0
|
RESOLVED - issue BATCH-620: Flat File Writer that writes a Header
Added headers to flat file and xml item writers
|
2008-05-27 20:23:25 +00:00 |
|
dsyer
|
ee86b18a31
|
BATCH-503: need spring-aop
|
2008-05-26 12:29:58 +00:00 |
|
dsyer
|
3cc0bf5fed
|
BATCH-503: Modify docos to show changes to TX configuration in factory beans.
|
2008-05-26 12:25:23 +00:00 |
|