robokaso
666f793e89
RESOLVED - BATCH-785: Fix Parallel Sample to use a batch update for process indicator
2008-09-26 12:31:41 +00:00
dsyer
ed5391f78a
Revert docbkx plugin version (again)
2008-09-26 10:36:44 +00:00
robokaso
da24ea2041
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
javadoc
2008-09-26 09:55:27 +00:00
trisberg
872c0aa080
BATCH-845: fixes needed for tests to pass on multiple platforms - HSQL, MySQL, Oracle, SQL Server, DB2, Derby
2008-09-26 05:36:48 +00:00
trisberg
6334bb2098
BATCH-845: fixed some transactinal issues in the samples showing up when running against a transactional db
2008-09-26 02:07:39 +00:00
trisberg
14fc7bb337
BATCH-810: added mainframe incrementer as "db2zos", also added to metadata lookup
2008-09-25 16:47:19 +00:00
dsyer
3ae82ebc4b
Fix compiler errors in integration project
2008-09-25 16:45:47 +00:00
robokaso
cbbf2e5b92
IN PROGRESS - BATCH-830: DelegatingItemReader should be removed
...
removed DelegatingItemReader
2008-09-25 14:10:46 +00:00
robokaso
963e924bc6
IN PROGRESS - BATCH-830: DelegatingItemReader should be removed
...
replaced ValidatingItemReader with ValidatingItemProcessor
2008-09-25 13:56:34 +00:00
dsyer
55651077e4
Missing manifest template
2008-09-25 09:34:50 +00:00
dsyer
b658037219
BATCH-815: parent pom changes
2008-09-25 09:21:40 +00:00
dsyer
1b400adc36
BATCH-815: add bundlor to build.
2008-09-25 09:14:44 +00:00
lucasward
bd27b69cf8
OPEN - issue BATCH-852: Clean up warnings
...
http://jira.springframework.org/browse/BATCH-852
Cleaned up warnings.
2008-09-24 21:06:03 +00:00
lucasward
394de964e1
OPEN - issue BATCH-852: Clean up warnings
...
http://jira.springframework.org/browse/BATCH-852
Cleaned up warnings.
2008-09-24 21:05:53 +00:00
robokaso
15109ebdb8
RESOLVED - BATCH-838: TimeoutTerminationPolicy does not terminate when eof is encountered
...
terminate immediately if exit status is not continuable
2008-09-24 12:11:49 +00:00
robokaso
c6da8322df
OPEN - BATCH-847: FaultTolerantChunkOrientedTasklet loses chunks when non-skippable exceptions thrown in read phase
...
exception on read is rethrown as fatal, added logging for exceptions swallowed in SimpleRetryExceptionHandler
2008-09-24 10:08:08 +00:00
trisberg
bc9cc55ba8
BATCH-762: cleanup and java doc changes
2008-09-23 18:52:25 +00:00
robokaso
49cc992efc
OPEN - BATCH-845: integration tests for database autodetection
...
used auto-detection of database in samples configuration
2008-09-22 15:39:16 +00:00
trisberg
798657528d
BATCH-760: added tests for SqlPagingQueryUtils
2008-09-22 15:26:00 +00:00
robokaso
8f29cafe47
OPEN - BATCH-806: Resurrect ResourceLineReader
...
RLR is back on stage - TODO find a sensible way to encapsulate duplications with FFIR
2008-09-22 13:30:42 +00:00
robokaso
d7cb39ba25
RESOLVED - BATCH-813: SingleColumnJdbcKeyGeneratorIntegrationTests fails in Eclipse
...
removed TransactionSynchronizationManager.initSynchronization() call
2008-09-22 12:22:53 +00:00
robokaso
661615647c
ad-hoc: fixed typo in exception message
2008-09-22 12:01:42 +00:00
robokaso
9acbaef7dd
RESOLVED - BATCH-844: Lacking of DAO's property setting in JobRepositoryFactoryBean
...
Pulled up the default value for exitMessageLength to AbstractJdbcBatchMetadataDao. Factory bean declares just one setter and applies the value to both job and step execution daos.
2008-09-22 11:00:14 +00:00
robokaso
265d914fec
RESOLVED - BATCH-839: Reference doc reference deprecated code: 'StatefulRetryStepFactoryBean'
2008-09-22 10:15:29 +00:00
robokaso
b1f211509a
RESOLVED - BATCH-843: FlatFileItemWriter handling of failure in LineAggregator
2008-09-22 09:05:17 +00:00
dsyer
a793fd87b4
Clean up and javadoc ResultQueue
2008-09-22 06:46:58 +00:00
dsyer
c71f6f1ad7
Fix throws clause in JobSupport
2008-09-22 06:43:49 +00:00
robokaso
aa060681c3
warnings cleanup
2008-09-19 14:11:07 +00:00
robokaso
580566c6dd
warnings cleanup
2008-09-19 14:06:03 +00:00
robokaso
ed42b5772f
more descriptive name for AbstractItemReaderItemStream (added 'ItemCounting')
2008-09-19 12:55:18 +00:00
robokaso
a965dbe4a7
IN PROGRESS - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
cleaned up javadoc
2008-09-19 12:44:16 +00:00
robokaso
15a450f121
javadoc correction
2008-09-19 12:32:50 +00:00
robokaso
7a949d17b1
IN PROGRESS - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
initial attempt on the non-buffered version - works but needs more tests and polishing
2008-09-19 07:40:49 +00:00
lucasward
94bf832e0a
OPEN - issue BATCH-775: Throw exception if ExecutionContext is modified during processing.
...
http://jira.springframework.org/browse/BATCH-775
TaskletStep now checks the ExecutionContext dirty flag before calling update, to make sure it hasn't been modified before then.
2008-09-19 05:19:46 +00:00
trisberg
e11fbbb25d
BATCH-762: cleanup and java doc changes
2008-09-18 14:33:53 +00:00
trisberg
0d2965dd81
BATCH-760: cleanup and java doc changes
2008-09-18 13:46:09 +00:00
trisberg
520854edc2
BATCH-762: fixed some warnings
2008-09-17 21:58:11 +00:00
lucasward
52049493b9
IN PROGRESS - issue BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
...
http://jira.springframework.org/browse/BATCH-825
AbstractStepTests was still broken, but isn't part of the build.
2008-09-17 18:01:50 +00:00
robokaso
3f3871cbf0
ad-hoc: removed misleading comments
2008-09-17 15:46:21 +00:00
robokaso
4c5e15cd8e
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
remove unused skipCount property from ItemWrapper
2008-09-17 12:27:15 +00:00
robokaso
bfa7e2a8ea
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
inlined short single-use helper methods to make the execution logic more obvious
2008-09-17 12:06:46 +00:00
robokaso
c4291f10af
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
comments cleanup
2008-09-17 11:39:29 +00:00
robokaso
58e4c5effe
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
javadoc
2008-09-17 11:27:35 +00:00
robokaso
b940791bef
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
tasklet classes renaming
2008-09-17 11:14:34 +00:00
robokaso
4448098410
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
tasklet classes renaming
2008-09-17 11:08:00 +00:00
robokaso
945e1c510f
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
merged StatefulRetryTasklet with ChunkOrientedTasklet
2008-09-17 11:02:27 +00:00
robokaso
95aee9998b
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
added SimpleChunkOrientedTasklet *not* designed for inheritance, so that we can deal with fault-tolerance concerns separately and in one place
2008-09-17 08:54:03 +00:00
robokaso
769a1a4c70
OPEN - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
...
made helper methods static where appropriate
2008-09-17 08:23:44 +00:00
robokaso
1439d07281
RESOLVED - BATCH-841: insufficient logging in AbstractStep
...
added exception argument to the logging statement
2008-09-17 08:07:51 +00:00
lucasward
bbc34c13e7
IN PROGRESS - issue BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
...
http://jira.springframework.org/browse/BATCH-825
Job, Step, and JobLauncher will not throw an exception if the job fails during processing, but rather will return the execution with an appropriate status and list of exceptions encountered.
2008-09-16 22:15:46 +00:00