lucasward
9c3b62f6b7
OPEN - issue BATCH-911: Consolidate Samples
...
http://jira.springframework.org/browse/BATCH-911
There is now a new sample job called ioSample, which contains simple examples of all the major item reader and writer combinations, by substituting out implementations in the same job, rather than having a separate job per implementation.
2008-11-24 18:53:01 +00:00
lucasward
6e39c1a572
OPEN - issue BATCH-911: Consolidate Samples
...
http://jira.springframework.org/browse/BATCH-911
Consolidated non sequential and incrementer jobs into skipSample.
2008-11-18 20:23:49 +00:00
dsyer
aec5d45053
Remove iffy technical package with funny name and fix Spring IDE config
2008-11-08 09:21:47 +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
2973139959
IN PROGRESS - BATCH-827: Create Sample job for reading and writing headers and footers
2008-09-11 14:21:43 +00:00
dsyer
d264bf2aaa
Fix Spring IDE config in samples
2008-08-30 08:12:22 +00:00
dsyer
207e882e37
OPEN - issue BATCH-791: Ditch Tasklet (StepHandler is more flexible)
...
Done. Use StepHandler instead.
2008-08-26 09:15:13 +00:00
dsyer
85d0c1c750
remove some warnings
2008-08-11 07:14:07 +00:00
dsyer
d737ddb797
Get rid of warnings from Spring IDE
2008-07-23 11:45:49 +00:00
dsyer
7a106162c8
Fix batch update job sample
2008-07-23 11:41:27 +00:00
dsyer
b95f14075e
Add hibernate-config to config set
2008-06-29 09:51:35 +00:00
dsyer
02d3c5756b
Some bizarre classpath issues in Eclipse - moved data-source config out of default package except for samples. Also separated hibernate config from rest of samples.
2008-06-24 15:58:41 +00:00
dsyer
345e7a4b81
RESOLVED - issue BATCH-654: Transactions when commit fails
2008-06-18 10:24:18 +00:00
robokaso
49640faef5
RESOLVED - BATCH-505: Job-level ExecutionContext
...
added sample job
2008-06-12 12:37:19 +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
dsyer
b0fb4167dc
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
...
Add integration test.
2008-04-21 07:26:52 +00:00
robokaso
3877476e15
RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample
2008-04-08 12:28:35 +00:00
dsyer
4ce2a39f30
RESOLVED - issue BATCH-551: Put some checks in skip so that poor key generation algorithms do not cause weird looking failures.
...
Added skipCacheCapacity as configurable for skip limit factory bean.
2008-04-03 11:09:13 +00:00
robokaso
8dc857bfd8
RESOLVED - issue BATCH-473: Create Tasklet sample job.
...
http://jira.springframework.org/browse/BATCH-473
added tasklet job that deletes files in given directory (description clarifies this would typically be a preliminary step in multi-step job)
2008-03-31 12:22:35 +00:00
dsyer
16f0b60532
[BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed.
2008-03-18 21:40:37 +00:00
robokaso
1c6aa3570b
IN PROGRESS - issue BATCH-476: samples cleanup
...
http://jira.springframework.org/browse/BATCH-476
added renamed files to SpringIDE config sets
2008-03-18 13:55:58 +00:00
robokaso
aa20f82387
IN PROGRESS - issue BATCH-476: samples cleanup
...
http://jira.springframework.org/browse/BATCH-476
2008-03-18 13:43:36 +00:00
robokaso
3c285c76e7
IN PROGRESS - issue BATCH-476: samples cleanup
...
http://jira.springframework.org/browse/BATCH-476
2008-03-18 12:47:11 +00:00
dsyer
f3faf8f795
RESOLVED - issue BATCH-460: beanRefContext still exists in samples src/main/resources
2008-03-14 17:24:34 +00:00
dsyer
a4b8ab3afd
Fix warning in skipSample
2008-03-13 09:43:18 +00:00
robokaso
64a4e53a99
IN PROGRESS - issue BATCH-422: Provide ability to specify exception types as well as skip limit in DefaultStepFactoryBean
...
http://jira.springframework.org/browse/BATCH-422
rollbackJob renamed to skipSample
2008-03-12 12:49:57 +00:00
dsyer
383a9587be
Fix up XML that was not re-factored with Spring IDE
2008-03-09 18:28:12 +00:00
nebhale
48195945ee
[BATCH-430] Incremental commit of io package moving
2008-03-07 12:55:27 +00:00
dsyer
f5e85d5f63
Change svn:eol-style to LF
2008-03-06 21:59:13 +00:00
dsyer
c6126c063c
Add missing files to config sets
2008-03-06 16:45:34 +00:00
robokaso
97de346c69
added batchUpdateJob to .springBeans
2008-03-06 14:17:16 +00:00
robokaso
244c5d592f
RESOLVED- issue BATCH-395: Rename simple-container-definition.xml
...
http://jira.springframework.org/browse/BATCH-395
fixed SpringIDE config sets
2008-03-06 13:50:37 +00:00
robokaso
799cce535d
RESOLVED - issue BATCH-395: Rename simple-container-definition.xml
...
http://jira.springframework.org/browse/BATCH-395
renamed to simple-job-launcher-context.xml and removed unused test config files from execution
2008-03-06 09:15:20 +00:00
dsyer
2cfb69a852
Incomplete - task 84: Fix samples
...
Compiler warnings
2008-02-26 11:01:45 +00:00
dsyer
3b48ece7e5
Moved chunks to a branch (called chunks)
2008-02-26 08:06:11 +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
5e8a9a57d0
BATCH-220:Moved SimpleJob (formerly simpleTaskletJob) to use the ChunkedStep
2008-02-14 22:19:28 +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
63594415ca
Purge ItemProcessor
2008-01-29 09:13:47 +00:00
dsyer
e8d56a800d
Fix Spring IDE warnings (edit config sets)
2007-12-18 17:47:44 +00:00
dsyer
f49c9d9526
IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
2007-12-15 15:25:11 +00:00
dsyer
8ea331bfc7
Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
...
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00