lucasward
3b2df1ea0d
IN PROGRESS - issue BATCH-453: Killed batches cannot be restarted
...
http://jira.springframework.org/browse/BATCH-453
Added a new sample job: DatabaseShutdownFunctionalTests that uses the database to detect a stopped job.
2008-08-22 21:45:02 +00:00
robokaso
1e39b06226
IN PROGRESS - BATCH-693: Refactor samples along domain contours
...
added internal subpackages
2008-07-25 15:21:37 +00:00
robokaso
2f3d23c7d2
IN PROGRESS - BATCH-693: Refactor samples along domain contours
2008-07-25 13:13:14 +00:00
robokaso
6966b1a3f3
IN PROGRESS - BATCH-693: Refactor samples along domain contours
2008-07-25 13:04:38 +00:00
robokaso
f636d042f8
IN PROGRESS - BATCH-693: Refactor samples along domain contours
2008-07-25 12:33:24 +00:00
robokaso
c0f02103fe
IN PROGRESS - BATCH-693: Refactor samples along domain contours
2008-07-25 11:27:58 +00:00
trisberg
3f9ce6500d
IN PROGRESS - BATCH-672: modified item.reader and item.writer tests. Upgraded entire project to EasyMock 2.4
2008-07-23 02:48:02 +00:00
trisberg
4f55f8d970
IN PROGRESS - BATCH-672: modified advice and dao tests. Modified AbstractBatchLauncherTests base class to use JUnit4
2008-07-22 18:01:43 +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
a078199eae
RESOLVED - issue BATCH-680: Allow override of Transaction Definition in get transaction in Item Oriented Step
...
Added transactionAttribute to ItemOrientedStep and the factory bean
2008-06-21 09:44:40 +00:00
robokaso
49640faef5
RESOLVED - BATCH-505: Job-level ExecutionContext
...
added sample job
2008-06-12 12:37:19 +00:00
robokaso
cc3c78089a
fixed capital letter in filename - add new correctly capitalized file
2008-06-03 13:54:18 +00:00
robokaso
2848461333
fixed capital letter in filename - delete the file first
2008-06-03 13:51:38 +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
robokaso
3877476e15
RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample
2008-04-08 12:28:35 +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
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
6096052ca7
[BATCH-429] remove empty execution sub-package
2008-03-09 09:05:20 +00:00
dsyer
915997cd28
RESOLVED - issue BATCH-76: ItemWriter for SQL batch updates
...
http://jira.springframework.org/browse/BATCH-76
2008-03-06 13:19:55 +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
840ea77b7f
OPEN - issue BATCH-398: That old stateful / stateless thing again....
...
http://jira.springframework.org/browse/BATCH-398
New XML configuration convention for samples tests (similar to JUnit 4 support in Spring 2.5). This enables us to keep the job configurations separate.
2008-02-29 18:35:37 +00:00
dsyer
90c8f71173
OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext
...
http://jira.springframework.org/browse/BATCH-385
Remove step scope support.
2008-02-29 12:22:48 +00:00
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
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
c423fff306
Rename provider package as "reader"
2008-01-02 14:41:06 +00:00
dsyer
a29f0f83e8
Re-organise parallel job to run quicker (not football job any more).
2007-12-20 08:55:18 +00:00
dsyer
ab98d1ebe6
IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-212
Merge InputSource/ItemProvider -> ItemReader.
2007-12-17 13:13:39 +00:00
dsyer
476393fee5
IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
Less verbose logging
2007-12-15 15:28:53 +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
f7c5e0ff44
Add parallel processing sample (parallel version of football job)
2007-12-14 01:21:29 +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