dsyer
|
2edf00947f
|
Incomplete - task 84: Fix samples
Fix execution tests broken by default skip policy
|
2008-02-26 12:09:48 +00:00 |
|
dsyer
|
66c4e7091b
|
Incomplete - task 84: Fix samples
Hibernate failure fixed on flush.
|
2008-02-26 12:02:33 +00:00 |
|
dsyer
|
2cfb69a852
|
Incomplete - task 84: Fix samples
Compiler warnings
|
2008-02-26 11:01:45 +00:00 |
|
dsyer
|
8aea7deb45
|
Incomplete - task 84: Fix samples
Unused imports.
|
2008-02-26 10:56:41 +00:00 |
|
dsyer
|
88da89d735
|
Incomplete - task 84: Fix samples
Remove unused private scoped code.
|
2008-02-26 10:44:04 +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 |
|
robokaso
|
d20c76b0a7
|
Fixed Object attribute handling in JdbcStepExecutionDao (were being put as Longs into execution context)
|
2008-02-26 09:50:39 +00:00 |
|
dsyer
|
acbcc9dc0b
|
Incomplete - task 84: Fix samples
Better message from assertion.
|
2008-02-26 09:43:36 +00:00 |
|
dsyer
|
0333e8cd2f
|
Incomplete - task 84: Fix samples
Infinite loop in stax sample averted by opening the stream only once
|
2008-02-26 09:41:29 +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
|
38c486e449
|
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:48 +00:00 |
|
lucasward
|
64506040ff
|
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:37 +00:00 |
|
dsyer
|
3b48ece7e5
|
Moved chunks to a branch (called chunks)
|
2008-02-26 08:06:11 +00:00 |
|
lucasward
|
23ab7d3783
|
Fixed the types on SAVE_STEP_EXECUTION.....Step name was using INTEGER instead of VARCHAR
|
2008-02-25 22:20:12 +00:00 |
|
dsyer
|
85806724a5
|
Remove RepeatOperationsStep
|
2008-02-25 17:54:36 +00:00 |
|
dsyer
|
949324c751
|
Remove RepeatOperationsHolder (not necessary).
|
2008-02-25 17:37:03 +00:00 |
|
dsyer
|
b41415001a
|
Move RepeatOperationsStep up to live with other step implementations
|
2008-02-25 17:29:41 +00:00 |
|
robokaso
|
7368aa3541
|
IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340
more StepInstance heritage cleaned up - StepExecution refers to Step rather than stepName string
|
2008-02-25 17:21:46 +00:00 |
|
dsyer
|
59f884b832
|
RESOLVED - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
http://jira.springframework.org/browse/BATCH-371
OPEN - issue BATCH-349: ItemStreamAdapter isn't an Adapter
http://jira.springframework.org/browse/BATCH-349
Use *CReator instead of *Unmapper
Adapter -> Support
|
2008-02-25 17:08:31 +00:00 |
|
dsyer
|
ad6511fb94
|
OPEN - issue BATCH-349: ItemStreamAdapter isn't an Adapter
http://jira.springframework.org/browse/BATCH-349
Adapter -> Support (unless it was an Adapter)
|
2008-02-25 16:10:53 +00:00 |
|
dsyer
|
66581d700e
|
tests for the PassThroughFieldSetMapper
|
2008-02-25 15:20:50 +00:00 |
|
dsyer
|
4f4b63b6c1
|
OPEN - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
http://jira.springframework.org/browse/BATCH-371
Introduce FieldSetUnmapper for symmetry with input
|
2008-02-25 14:42:16 +00:00 |
|
robokaso
|
4b0edc1799
|
IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340
tweaking repo & dao interfaces to use domain objects instead of primitive types
|
2008-02-25 14:40:05 +00:00 |
|
robokaso
|
4e05642f98
|
IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340
JobInstance now has not-null Job as required constructor argument - repository no longer requires a separate Job setter
|
2008-02-25 13:50:53 +00:00 |
|
dsyer
|
1244264e50
|
Classpath issues on build
|
2008-02-25 13:08:06 +00:00 |
|
robokaso
|
8e1ad48aa6
|
IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340
removed redundant stepNames property from JobInstance (StepInstance heritage)
|
2008-02-25 12:37:24 +00:00 |
|
lucasward
|
cae7b666ae
|
BATCH-365: Moved reset and mark to ItemReader interface.
|
2008-02-24 21:15:01 +00:00 |
|
lucasward
|
fb98433034
|
BATCH-365: Moved reset and mark to ItemReader interface.
|
2008-02-24 21:14:51 +00:00 |
|
lucasward
|
747a706e86
|
BATCH-365: Moved reset and mark to ItemReader interface.
|
2008-02-24 21:14:38 +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 |
|
lucasward
|
98bd199676
|
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:02 +00:00 |
|
lucasward
|
111a7c9629
|
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:55:48 +00:00 |
|
lucasward
|
325a383eae
|
Renamed Step.simple package to step.support.
|
2008-02-22 23:02:28 +00:00 |
|
lucasward
|
53da080079
|
Renamed Step.simple package to step.support.
|
2008-02-22 23:02:22 +00:00 |
|
lucasward
|
48f23ccfb7
|
Reorganized the execution.step package to contain all Step implementations
|
2008-02-22 22:08:20 +00:00 |
|
lucasward
|
909894a23b
|
Reorganized the execution.step package to contain all Step implementations
|
2008-02-22 21:49:05 +00:00 |
|
lucasward
|
8797814b1b
|
Updated the job launcher to work for the latest CommandLineJobRunner
|
2008-02-22 15:26:19 +00:00 |
|
nebhale
|
dfa783aff8
|
[BATCH-63] More test changes
|
2008-02-22 14:45:24 +00:00 |
|
nebhale
|
a13214b9d5
|
More missing changes
|
2008-02-22 14:17:09 +00:00 |
|
nebhale
|
b27bcc28cf
|
A file that irritates me
|
2008-02-22 13:52:27 +00:00 |
|
nebhale
|
4b31af3e2b
|
Updated root POM
|
2008-02-22 13:37:48 +00:00 |
|
nebhale
|
1d18611e09
|
[BUILD-63] <job-repository/> and <tasklet-step/> complete. Forgot all that test code
|
2008-02-22 13:34:49 +00:00 |
|
nebhale
|
ca5bf67556
|
[BUILD-63] <job-repository/> and <tasklet-step/> complete.
|
2008-02-22 13:32:33 +00:00 |
|
robokaso
|
455bfe2fab
|
RESOLVED - issue BATCH-376: Problem with DelimitedLineTokenizer and empty quoted value
http://jira.springframework.org/browse/BATCH-376
|
2008-02-22 10:57:41 +00:00 |
|
dsyer
|
54bbd4752d
|
OPEN - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
http://jira.springframework.org/browse/BATCH-371
ASserted wrong exception type
|
2008-02-21 10:06:45 +00:00 |
|
dsyer
|
ee0236d657
|
OPEN - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
http://jira.springframework.org/browse/BATCH-371
Extend ItemTransformer implementations that deal with field sets and arrays
|
2008-02-21 09:15:51 +00:00 |
|
lucasward
|
30a5b28c03
|
First attempt at adding more explicit skip handling and removing the need for 'SimpleStepExecutor'. There's still some cleanup that needs to happen, but it's moving in the right direction.
|
2008-02-21 04:35:44 +00:00 |
|
lucasward
|
49540b135e
|
First attempt at adding more explicit skip handling and removing the need for 'SimpleStepExecutor'. There's still some cleanup that needs to happen, but it's moving in the right direction.
|
2008-02-21 04:33:30 +00:00 |
|
lucasward
|
70481c2c98
|
First attempt at adding more explicit skip handling and removing the need for 'SimpleStepExecutor'. There's still some cleanup that needs to happen, but it's moving in the right direction.
|
2008-02-21 04:33:25 +00:00 |
|
nebhale
|
c7144945bc
|
[BATCH-63] Still missing resources
|
2008-02-20 13:38:13 +00:00 |
|