Commit Graph

1163 Commits

Author SHA1 Message Date
dsyer
fb55eb8ac9 OPEN - issue BATCH-425: Add documentation for RepeatTemplate 2008-03-11 21:48:19 +00:00
dsyer
7f86b31150 OPEN - issue BATCH-425: Add documentation for RepeatTemplate 2008-03-11 18:58:48 +00:00
dsyer
19348abbb3 RESOLVED - issue BATCH-443: ItemOrientedStep might not either commit or rollback transaction
Needed to flush before attempting to update step execution, then catch and attempt rollback on CommitFailedException.
2008-03-11 17:22:25 +00:00
dsyer
f7fb3752bc Tweak ItemStream description and reference to Spring WS. 2008-03-11 16:37:35 +00:00
nebhale
38ba3c5d83 [BATCH-271] More POM thining 2008-03-11 15:05:30 +00:00
nebhale
f516ac8d2d Stupid Mylyn 2008-03-11 14:53:36 +00:00
nebhale
636e8c1954 [BATCH-271] More updates to thin out the dependency list 2008-03-11 14:49:24 +00:00
nebhale
7cc07ab640 [BATCH-271] Made optional the proper Spring Framework dependencies 2008-03-11 14:06:27 +00:00
nebhale
9f7cc87c0d [BATCH-383] Fixes to make Spring Batch 1.4 runtime compliant. 2008-03-11 13:49:17 +00:00
lucasward
32e25b081c BATCH-316: Finished the 'readers and writers' chapter (chapter 3) 2008-03-11 08:35:30 +00:00
lucasward
8bc033d967 BATCH-316: Finished the 'readers and writers' chapter (chapter 3) 2008-03-11 08:35:22 +00:00
lucasward
96343035ef BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section. 2008-03-10 21:31:16 +00:00
lucasward
f032e68efb BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section. 2008-03-10 21:30:35 +00:00
lucasward
df8b49d779 BATCH-316: Continued work on the Jdbc ItemReader documentation. Mostly additions to the DrivingQuery section. 2008-03-10 21:30:31 +00:00
lucasward
7cd8bfdef6 BATCH-335 and BATCH-316: As part of the documentation efforts of RC1, the DrivingQueryItemReader has had javadoc updates. Specifically, the MultipleColumnJdbcKeyGenerator, which has been a source of confusion, has had it's javadocs beefed up.
The KeyGenerator interface was also renamed to KeyCollector.  The issue was raised that it's not actually generating keys, but rather collecting them from the database.
2008-03-10 19:38:56 +00:00
lucasward
5f5843c469 BATCH-335 and BATCH-316: As part of the documentation efforts of RC1, the DrivingQueryItemReader has had javadoc updates. Specifically, the MultipleColumnJdbcKeyGenerator, which has been a source of confusion, has had it's javadocs beefed up.
The KeyGenerator interface was also renamed to KeyCollector.  The issue was raised that it's not actually generating keys, but rather collecting them from the database.
2008-03-10 19:38:34 +00:00
lucasward
63f2619d17 BATCH-335 and BATCH-316: As part of the documentation efforts of RC1, the DrivingQueryItemReader has had javadoc updates. Specifically, the MultipleColumnJdbcKeyGenerator, which has been a source of confusion, has had it's javadocs beefed up.
The KeyGenerator interface was also renamed to KeyCollector.  The issue was raised that it's not actually generating keys, but rather collecting them from the database.
2008-03-10 19:38:26 +00:00
wxlund
bba1458a28 Merged the content from staxReaderWriter into section 6 of ch-3 and removed the file. It was a temp working file. Worked on core graphics. commit is harmless but need more work on pom and process to document how and where graphics are supposed to be to get picked up in html and pdf generation. It's still confusing to me. 2008-03-10 17:45:51 +00:00
lucasward
fe80f966c7 Renamed FlatFileItemWriter.setFieldSetUnMapper to FlatFileItemWriter.setFieldSetCreator 2008-03-10 16:02:22 +00:00
lucasward
0bcd53f28c Renamed FlatFileItemWriter.setFieldSetUnMapper to FlatFileItemWriter.setFieldSetCreator 2008-03-10 16:02:05 +00:00
robokaso
f53d10d879 RESOLVED - BATCH-410 ChunkListeners called on chunkOperations open() and close() 2008-03-10 15:35:07 +00:00
robokaso
130f72a1d8 BATCH-410: fixed chunk listener registration and documented current unintuitive behavior in test 2008-03-10 11:57:47 +00:00
robokaso
21325042ef RESOLVED - BATCH-435 Tasklet step now propagates JobInterruptedException up to job 2008-03-10 09:38:43 +00:00
dsyer
383a9587be Fix up XML that was not re-factored with Spring IDE 2008-03-09 18:28:12 +00:00
dsyer
6f820c5556 OPEN - issue BATCH-429: Combine the core and execution modules
Add missing package.html
2008-03-09 12:55:38 +00:00
dsyer
6d4dad0788 OPEN - issue BATCH-429: Combine the core and execution modules
Consolidate some random packages and classes with odd names.
2008-03-09 12:52:54 +00:00
dsyer
94b067be39 OPEN - issue BATCH-429: Combine the core and execution modules
http://jira.springframework.org/browse/BATCH-429

Collapse step/support packages to remove cycle.
2008-03-09 09:43:45 +00:00
dsyer
70cedc7ea0 Re-added dao config for tests 2008-03-09 09:41:18 +00:00
dsyer
fd4e2ed57b OPEN - issue BATCH-429: Combine the core and execution modules
http://jira.springframework.org/browse/BATCH-429

Remove duplicate step factory beans (where did they come from?)
2008-03-09 09:29:40 +00:00
dsyer
005de0523e OPEN - issue BATCH-429: Combine the core and execution modules
http://jira.springframework.org/browse/BATCH-429

Removed dependency from resource to launch
2008-03-09 09:18:40 +00:00
dsyer
a34b10777c Missing or absent for some reason 2008-03-09 09:17:34 +00:00
dsyer
d59ec04aa1 OPEN - issue BATCH-429: Combine the core and execution modules
http://jira.springframework.org/browse/BATCH-429

Remove cycle from commandline runner (it didn't need an exception classifier)
2008-03-09 09:11:37 +00:00
dsyer
18f555e1f0 deleted stubborn subpackage again 2008-03-09 09:08:22 +00:00
dsyer
6096052ca7 [BATCH-429] remove empty execution sub-package 2008-03-09 09:05:20 +00:00
dsyer
bc94866754 [BATCH-429] Move sub-packages over to core 2008-03-09 08:51:55 +00:00
robokaso
5f9350e1c1 RESOLVED - BATCH-329 All daos now increment the version field on entity save/update 2008-03-08 20:58:27 +00:00
robokaso
ed6f991a76 RESOLVED - BATCH-434 and BATCH-438 ExitStatus cleaned up (postponed commit from friday) 2008-03-08 20:40:19 +00:00
dsyer
43d17d9ef5 OPEN - issue BATCH-437: sensible restart logic
http://jira.springframework.org/browse/BATCH-437
2008-03-08 12:30:09 +00:00
dsyer
b68fbd64c3 Add retry listeners 2008-03-08 12:15:27 +00:00
dsyer
7208151adb IN PROGRESS - issue BATCH-439: Restart not working properly with Oracle
http://jira.springframework.org/browse/BATCH-439

Make JOB_KEY non-empty when there are no JobParamaters
2008-03-08 09:18:59 +00:00
dsyer
47551012c2 Add index page for integration tests 2008-03-08 08:39:31 +00:00
wxlund
b844335338 Merged back in the enhancements for XMLItemWriter to Ch-3. 2008-03-08 00:23:45 +00:00
lucasward
3e7a963188 Continued updates to chapter 3 of documentation. 2008-03-07 23:22:35 +00:00
wxlund
c284e451d5 Refactored the StaxEventItemReader and added the StaxEventItemWriter section. 2008-03-07 20:22:54 +00:00
dsyer
3aa0656783 Complete - task 89: Resurrect Quartz sample
Used the wrong JobSupport
2008-03-07 19:11:23 +00:00
dsyer
b44da1c996 Complete - task 89: Resurrect Quartz sample
Add unit test for JobLauncherDetails
2008-03-07 18:58:20 +00:00
lucasward
a8a7598abb small updates for chapter 3 of reference docs. 2008-03-07 17:14:48 +00:00
nebhale
607d2bfd93 [BATCH-429] Fixed spring-batch-samples dependency issue 2008-03-07 16:34:43 +00:00
nebhale
fb55444557 Removed the spring-batch-execution project 2008-03-07 16:29:30 +00:00
nebhale
bfb9447d6b [BATCH-429] Moved all code out of execution 2008-03-07 16:02:22 +00:00