dsyer
a53f8f6cbe
OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext
...
http://jira.springframework.org/browse/BATCH-385
Refactored existing StepContextAware to StepListener implementations. The BatchResourceFactoryBean is now a ProxyResource with a hint in docos and exception messages about registering with a step.
2008-02-29 11:31:21 +00:00
dsyer
2a25a7a636
OPEN - issue BATCH-378: RepeatListener is confusing and too generic to use for 'intercepting' a step
...
http://jira.springframework.org/browse/BATCH-378
Remove unnecessary listener implementations and migrate some functionality to samples. In the process discovered that tasklet steps cannot be stopped.
2008-02-28 11:41:49 +00:00
dsyer
36fcddb20e
Use lobHandler in Staging*
2008-02-27 09:40:42 +00:00
dsyer
e3c86285cf
Tidy up streams on close in stream manager
2008-02-27 08:05:52 +00:00
lucasward
535fd28f91
BATCH-365: ItemStream#Update and ItemStream#close now accept an ExecutionContext as an argument. I removed the local ExecutionContexts in the readers and readers, and had them use the passed in ones instead.
2008-02-26 21:23:08 +00:00
lucasward
93445b9164
BATCH-339: ItemWriter#flush() now throws a FlushFailedException (unchecked) and ItemWriter#clear() now throws a ClearFailedException (also unchecked)
2008-02-26 20:10:38 +00:00
dsyer
e2c5d1fb97
Remove unnecessary public getter from DelegatingItemReader
2008-02-26 12:21:28 +00:00
dsyer
2cfb69a852
Incomplete - task 84: Fix samples
...
Compiler warnings
2008-02-26 11:01:45 +00:00
dsyer
7f0be2826e
Incomplete - task 84: Fix samples
...
Fix column mapping in jdbc cursor - order is important.
2008-02-26 10:41:30 +00:00
lucasward
d24f0af439
BATCH-365: There should now be one ExecutionContext per step. All itemStreams will be opened with an execution context, and will be notified before it is saved, to ensure they have all state in the context. Most ItemReader/Writers should now have the logic for whether or not to put their state in the context, but a few have likely been missed.
2008-02-26 08:29:59 +00:00
lucasward
58cdd58c79
BATCH-365: Added flush() and clear() to ItemWriter interface. These should be removed from ItemStream after the same is done for the ItemReader interface.
2008-02-24 01:56:11 +00:00
dsyer
f6bd90fc3e
OPEN - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
...
http://jira.springframework.org/browse/BATCH-371
Changed the interface of LineAggregator for symmetry with LineTokenizer.
2008-02-20 08:55:35 +00:00
dsyer
ec5379ebac
OPEN - issue BATCH-364: StepScope responsibilities can be assumed by Step (not ApplicationContext)
...
http://jira.springframework.org/browse/BATCH-364
Make StreamManager responsible for calling open() and close().
2008-02-15 13:44:36 +00:00
robokaso
4a40b17002
RESOLVED - issue BATCH-362: Rename ExecutionAttributes to ExecutionContext
...
http://jira.springframework.org/browse/BATCH-362
2008-02-15 12:12:16 +00:00
dsyer
711d0c6e92
OPEN - issue BATCH-364: StepScope responsibilities can be assumed by Step (not ApplicationContext)
...
http://jira.springframework.org/browse/BATCH-364
Instead of lazy open, throw exception is stream is used before open().
2008-02-15 09:19:25 +00:00
dsyer
2ce3013ac1
RESOLVED - issue BATCH-268: retry configuration for ItemOrientedTasklet
...
http://jira.springframework.org/browse/BATCH-268
The retry only works if you have an ItemStream as an ItemReader (so that you get a proper rollback). Applied the patch and fixed it up to fit the new m5 way of looking at things.
2008-02-11 17:23:57 +00:00
dsyer
ad71b2f56e
OPEN - issue BATCH-347: aop / template interceptor class names ambiguous
...
http://jira.springframework.org/browse/BATCH-347
Rename Rpeat/RetryInterceptor as *Listener (and get rid of last error in samples).
2008-02-10 16:27:08 +00:00
lucasward
c4df50bfe4
Fixes to get the codebase to compile successfully again, still a ways to go before all tests pass.
2008-02-10 01:28:50 +00:00
robokaso
37cf297899
RESOLVED - issue BATCH-343: close() is called twice on ItemReaders/ItemWriters
...
http://jira.springframework.org/browse/BATCH-343
ItemStream implementations no longer implement DisposableBean
2008-02-06 14:20:21 +00:00
dsyer
22a1d7c254
Remove unnecessary context from mark()/reset() in ItemStream.
2008-02-05 10:37:01 +00:00
dsyer
39210aa3d6
Re-order assertion to catch the problem if it exists earlier
2008-02-05 10:28:18 +00:00
dsyer
8c1cb2808f
Purge StreamContext some more
2008-02-05 09:34:13 +00:00
dsyer
1479d4c53d
Purge StreamContext
2008-02-05 08:51:54 +00:00
lucasward
36452a96d1
BATCH-219 and BATCH-330: Created ExecutionAttributes, which are stored in the table BATCH_STEP_EXECUTION_ATTRIBUTES.
2008-02-05 02:32:27 +00:00
dsyer
1fa7763d0d
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Javadocs for isMarkSupported().
2008-02-04 13:18:33 +00:00
dsyer
2d1ccb0cc6
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Remove GenericStreamContext
2008-02-02 15:16:20 +00:00
dsyer
68d0eacdc7
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Remove BatchTransactionSynchronizationManager
2008-01-31 22:55:54 +00:00
dsyer
4a10c64b2e
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Remove RestartableItemOrientedTasklet (replaced with ItemOrientedTasklet).
2008-01-31 15:43:13 +00:00
dsyer
c2ccb7ed02
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
More Statistics removal
2008-01-31 14:45:39 +00:00
dsyer
8b6aad9d82
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Remove Statistics* - use StreamContext instead.
2008-01-31 13:29:59 +00:00
dsyer
9d1ebb42c7
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Remove ResourceLifecycle and make existing implementations into ItemStream
2008-01-31 00:44:50 +00:00
dsyer
bebab9c8d2
IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
...
http://jira.springframework.org/browse/BATCH-7
Added ItemStream as base interface for ItemReader/Writer.
2008-01-30 18:42:48 +00:00
dsyer
02f1ae5c0c
OPEN - issue BATCH-324: Step as factory for StepExecutor
...
http://jira.springframework.org/browse/BATCH-324
run/process -> execute
2008-01-30 15:17:42 +00:00
dsyer
6ffefbc184
Introduce KeyedItemReader to push the getKey() method into a separate place.
2008-01-30 08:55:53 +00:00
lucasward
3d7f40ca90
BATCH-325:Added close() to readers and writers.
2008-01-29 17:15:49 +00:00
dsyer
f9619e345e
OPEN - issue BATCH-324: Step as factory for StepExecutor
...
http://jira.springframework.org/browse/BATCH-324
Substantial re-org of core domain packages to align concerns
2008-01-29 16:36:16 +00:00
dsyer
4da4c073d5
OPEN - issue BATCH-324: Step as factory for StepExecutor
...
http://jira.springframework.org/browse/BATCH-324
First pass - added factory method, resolved conflicts and cycles, got tests working.
2008-01-29 15:07:53 +00:00
dsyer
bc9afc4ce1
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
...
http://jira.springframework.org/browse/BATCH-320
Remove some references to "processor". Rename some XML files.
2008-01-29 09:35:11 +00:00
dsyer
b0c6a16879
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
...
http://jira.springframework.org/browse/BATCH-320
Replace DummyItemWriter to fix failed build
2008-01-29 09:22:42 +00:00
dsyer
63594415ca
Purge ItemProcessor
2008-01-29 09:13:47 +00:00
dsyer
0e27ea6660
OPEN - issue BATCH-320: Refactor ItemWriter as primary collaborator (with wrapper for processor)
...
http://jira.springframework.org/browse/BATCH-320
Half way there - tests OK, but some naming and tidying up to do.
2008-01-28 22:37:46 +00:00
dsyer
fd012bd49c
Resolved some TODOs.
2008-01-28 13:56:48 +00:00
dsyer
00ca5ce850
RESOLVED - issue BATCH-88: StatisticsProvider is a leaky abstraction
...
http://jira.springframework.org/browse/BATCH-88
2008-01-24 16:22:56 +00:00
dsyer
3f6f0a94e7
Complete - task 70: Parallel job transactions
2008-01-24 13:23:22 +00:00
dsyer
8833158f0d
Remove duplicate job name (causing failures in test suite)
2008-01-23 12:23:27 +00:00
dsyer
72167a78c6
Hopefully fix FieldSet changes (uncommitted) and add also some work in progress on JobLauncher interface change
2008-01-17 13:01:03 +00:00
lucasward
1640e7173f
Fixes for build errors
2008-01-16 21:56:31 +00:00
lucasward
46276c65fd
BATCH-273: JobConfiguration renamed to Job
2008-01-14 22:57:57 +00:00
lucasward
17963b3386
BATCH-269:Moved PassThroughFieldSetMapper from Samples to Infrastructure.
2008-01-07 15:49:17 +00:00
dsyer
c423fff306
Rename provider package as "reader"
2008-01-02 14:41:06 +00:00