Commit Graph

2199 Commits

Author SHA1 Message Date
robokaso
fa7b6e4525 RESOLVED - BATCH-864: rename SkipLimitStepFactoryBean
SkipLimit -> FaultTolerant
2008-10-07 09:18:55 +00:00
robokaso
c9efdb0493 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
removed FFIR
2008-10-07 09:04:31 +00:00
robokaso
10352b8f56 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
replacing FFIR with RLR
2008-10-07 08:30:00 +00:00
robokaso
0a0bf5b8f2 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
replacing FFIR with RLR
2008-10-07 08:19:43 +00:00
dsyer
e304b1bdb7 Refine and document the ResultQueue a bit better. 2008-10-07 07:29:58 +00:00
lucasward
5cfbe2f70a OPEN - issue BATCH-767: Update documentation for M2
http://jira.springframework.org/browse/BATCH-767

Updated the javadocs on ItemProcessor.
2008-10-07 03:48:45 +00:00
robokaso
944a5c5633 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
minor property rename
2008-10-06 14:56:29 +00:00
robokaso
ffb2e7b75b IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
use system default charset in RLR (instead of hardcoded)
2008-10-06 14:12:10 +00:00
robokaso
d26d0c6cdf IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
converted sample job from FFIR to RLR + DefaultLineMapper
2008-10-06 13:32:28 +00:00
robokaso
f11cd353bd IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
migrate some more tests from FFIR to RLR
2008-10-06 13:17:33 +00:00
robokaso
9f51740285 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
added RLR tests for restart with skipping lines and non-default recordSeparatorPolicy
2008-10-06 13:08:11 +00:00
robokaso
97efc42b9f IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
added setLinesToSkip to RLR
2008-10-06 12:51:11 +00:00
robokaso
71dd4bf1e9 organize imports 2008-10-06 12:20:56 +00:00
robokaso
3ab9807775 IN PROGRESS - BATCH-863: introduce LineMapper interface to encapsulate string-to-item mapping
ResourceLineReader now passes the line to LineMapper
2008-10-06 12:18:57 +00:00
robokaso
97a80463ed RESOLVED - BATCH-832: DefaultTransactionAttribute is inappropriate for TaskletStep
overriden rollbackOn(..) to return true for the default configuration
2008-10-06 08:50:43 +00:00
robokaso
64f6347199 RESOLVED - BATCH-833: TransactionAttributes swallows Exceptions
removed the redundant exception-swallowing catch block
2008-10-06 08:08:55 +00:00
robokaso
5f070affb7 RESOLVED - BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
removed onInterrupt from JobExecutionListener
2008-10-06 07:45:19 +00:00
lucasward
63f437528c RESOLVED - issue BATCH-581: Add filter capability to item oriented paradigm
http://jira.springframework.org/browse/BATCH-581

Modified the customerFilterJob to use the ResourceLineReader and processors.
2008-10-04 02:35:38 +00:00
lucasward
56a12d0e77 OPEN - issue BATCH-865: CompositeItemProcessor should handle null properly
http://jira.springframework.org/browse/BATCH-865

If any processor returns null, then the composite will now return null.
2008-10-04 02:02:44 +00:00
robokaso
8bb08468d9 IN PROGRESS - BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
made StepExecution#failureExceptions transient and removed setter for it
2008-10-03 14:01:34 +00:00
robokaso
bc7d12e1a3 IN PROGRESS - BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
removed onErrorInJob
2008-10-03 13:40:37 +00:00
robokaso
1965fc9ebb IN PROGRESS - BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
oops - fixed build
2008-10-03 13:31:21 +00:00
robokaso
eca11fda17 IN PROGRESS - BATCH-825: Modify JobLauncher contract to not throw exception on job failure.
removed onErrorInStep callback, afterStep is called regardless of success/failure
2008-10-03 13:01:55 +00:00
dsyer
8473bb3e29 PollableSource died (apparently) 2008-10-02 20:48:18 +00:00
dsyer
8c6aac4e13 Remove wst meta data 2008-10-02 19:23:37 +00:00
dsyer
8525313003 Tweak retry docs for 2.0m2 2008-10-02 19:04:17 +00:00
trisberg
1a92ca1235 BATCH-575: changed to use default returned from java.nio.charset.Charset 2008-10-02 18:56:42 +00:00
dsyer
21f68a663a Revise retry docs for 2.0m2 2008-10-02 18:44:51 +00:00
trisberg
6001e1141c fixed warning of unused import 2008-10-02 18:40:56 +00:00
trisberg
c777cf8f21 removed outdated SpringSource AP reference 2008-10-02 18:30:37 +00:00
robokaso
0a69957521 REOPENED - BATCH-778: MapJobRepositoryFactoryBean shouldn't require transactionManager
removed unnecessary transaction wrappers for dao collections
2008-10-01 12:12:13 +00:00
robokaso
d30e74c35b RESOLVED - BATCH-682: Use SoftReference and/or expiry to store entries in RetryContextCache implementation(s)
used softreferences for cache entries
2008-10-01 10:46:02 +00:00
robokaso
98554ab565 RESOLVED - BATCH-803: Add non-buffering ChunkOrientedTasklet (or option in existing one) plus flag for factory bean
moved state from instance variables to attributes passed-in by the step
2008-09-30 13:11:14 +00:00
robokaso
78e27f7048 RESOLVED - BATCH-847: FaultTolerantChunkOrientedTasklet loses chunks when non-skippable exceptions thrown in read phase
used fatal NonSkippableReadException instead of reusing SkipLimitExceededException
2008-09-30 12:04:48 +00:00
robokaso
79e445d18b OPEN - BATCH-659: unused classes deprecation/removal
removed obsolete classes from xml package
2008-09-30 09:14:13 +00:00
trisberg
499ee23c69 cleanup 2008-09-29 14:27:06 +00:00
robokaso
a6fd1cecc0 RESOLVED - BATCH-779: make FieldSetMapper and LineAggregator extend ItemProcessor
FiedSetMapper, LineTokenizer and LineAggregator interfaces now extend ItemProcessor
2008-09-29 11:36:13 +00:00
robokaso
131b524dcb RESOLVED - BATCH-802: Incorrect metadata in fixed-length file example
fixed field length
2008-09-29 09:05:18 +00:00
lucasward
2bc0c17140 RESOLVED - issue BATCH-581: Add filter capability to item oriented paradigm
http://jira.springframework.org/browse/BATCH-581

Added a new sample job: 'CustomerFilterJob' that represents a use case for the filtering of items in a processor.
2008-09-29 05:29:29 +00:00
robokaso
97773129eb ad-hoc: removed mx4j dependency 2008-09-26 13:49:56 +00:00
robokaso
3657717e23 cleanup unused imports 2008-09-26 12:45:38 +00:00
robokaso
2accde774f OPEN - BATCH-853: transactional item processing
javadoc: item processing is currently assumed to be non-transactional
2008-09-26 12:39:03 +00:00
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