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
dsyer
5a04a9ddcd
[BATCH-429] Merge docos over from execution
2008-03-07 15:53:46 +00:00
dsyer
58a178a5b4
[BATCH-429] Merge docos over from execution
2008-03-07 15:52:55 +00:00
wxlund
2b0e75b3bf
(1) I went into much more detail on the staxEventItemReader - but I think the right level of detail - to make the configuration and the code that uses the configuration understandable to a developer. The level I got from our HOWTOs wasn't sufficiently deep.
...
(2) there is now very readable pseudo code (groovy script) in the end of the explanation that pulls together the developer logic. This code executes correctly if you have the groovy plugin installed. I created a separate project for myself called spring-batch-docs-examples with the groovy nature that makes it much easier for me to get example code running and then document from easier to read scripting code." /Users/wxlund/workspace/spring-batch-source-forge/trunk/docs/src/site/docbook/reference/staxReaderWriter.xml
2008-03-07 15:29:06 +00:00
lucasward
cac8d70560
Finished the File item reader and item writer documentation and cleaned up javadocs as I went along.
2008-03-07 15:13:25 +00:00
nebhale
c1887cdd9c
[BATCH-430] Rearranged package structure to remove technical packages
2008-03-07 14:56:10 +00:00
nebhale
cce1b29f6d
[BATCH-430] Renamed InfrastructureException to UnexpectedJobExecutionException
2008-03-07 14:29:51 +00:00
nebhale
609ce9d347
[BATCH-430] Removed the batch.io.exception package and moved classes to their approved locations
2008-03-07 14:18:49 +00:00
nebhale
b2396b3ef4
[BATCH-430] Created an item.adapter package and moved adapter implementations there.
2008-03-07 13:27:40 +00:00
dsyer
125fcd8e9c
Incomplete - task 89: Resurrect Quartz sample
...
Add some logging and attempt to create job parameters from the quartz job detail map
2008-03-07 13:12:07 +00:00
dsyer
32e1b4b924
Incomplete - task 89: Resurrect Quartz sample
2008-03-07 13:08:38 +00:00
nebhale
48195945ee
[BATCH-430] Incremental commit of io package moving
2008-03-07 12:55:27 +00:00
nebhale
8c2901093e
[BATCH-430] Incremental commit of exception moving
2008-03-07 11:54:20 +00:00
nebhale
a60fc1e621
[BATCH-432] Polishing up exception declarations
2008-03-07 10:40:25 +00:00
nebhale
2154a70069
[BATCH-432] Polishing up exception declarations
2008-03-07 10:33:09 +00:00