Commit Graph

1112 Commits

Author SHA1 Message Date
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
nebhale
f02f6aa842 Adding SerialVersionUID warning ignore to the default Eclipse behavior for each project 2008-03-07 10:11:41 +00:00
nebhale
4c4a299bd6 [BATCH-432] Apparently Mylyn/Subclipse doesn't quite know what changes were actually made... 2008-03-07 10:04:13 +00:00
nebhale
fff1f0fb9e [BATCH-432] Moved the domain objects up to the root core directory 2008-03-07 09:55:04 +00:00
dsyer
dc40160583 OPEN - issue BATCH-423: SimpleExitStatusExceptionClassifier never returns a value that will result in ExitMapper.JVM_EXITCODE_JOB_ERROR
Applied patch from Doug.
2008-03-07 08:41:44 +00:00
dsyer
f5e85d5f63 Change svn:eol-style to LF 2008-03-06 21:59:13 +00:00
dsyer
ee5746a860 RESOLVED - issue BATCH-409: StatefulRetryStepFactoryBean needs to co-ordinate exception handler with retry policy
http://jira.springframework.org/browse/BATCH-409
2008-03-06 19:09:16 +00:00
dsyer
eddb4653d7 RESOLVED - issue BATCH-409: StatefulRetryStepFactoryBean needs to co-ordinate exception handler with retry policy
http://jira.springframework.org/browse/BATCH-409

Use a special exception handler that is aware of the retry.  Only works in the nested RepeatContext created by the ItemOrientedStep.
2008-03-06 19:05:19 +00:00
wxlund
0dec169d9e I didn't actually solve the problem. I don't know why the contents of repeat template being moved to a new chapter is causing site to fail. I commented out the <programlisting> fragment since Dave is refactoring the chapter anyway. 2008-03-06 18:41:22 +00:00
dsyer
ce33690a89 OPEN - issue BATCH-409: StatefulRetryStepFactoryBean needs to co-ordinate exception handler with retry policy
http://jira.springframework.org/browse/BATCH-409

Use retryLimit and exception types instead of retry policy - in the spirit of a factory bean being easy to configure for typical use cases.
2008-03-06 18:14:20 +00:00
dsyer
1a48321d37 Classpath meta data tidied 2008-03-06 17:37:31 +00:00
wxlund
aec11b3a5f Messed up the .project file with accidental inclusion of groovy and eUML. I've removed and restored to what I think it was before. 2008-03-06 17:13:09 +00:00
dsyer
c6126c063c Add missing files to config sets 2008-03-06 16:45:34 +00:00
robokaso
7a57b634c1 RESOLVED - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
http://jira.springframework.org/browse/BATCH-419

added the StepExecution argument to StepListener#onErrorInStep method

OPEN - issue BATCH-329: Make "VERSION" meaningful? 
http://jira.springframework.org/browse/BATCH-329

MapStepExecutionDao now handles version similarly to JdbcStepExecutionDao
2008-03-06 16:02:22 +00:00
robokaso
db4b121b22 RESOLVED - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
http://jira.springframework.org/browse/BATCH-419

added JobExecution argument to JobListener#afterJob
2008-03-06 14:36:38 +00:00
robokaso
e20a250e14 IN PROGRESS - issue BATCH-419: JobListener and StepListener should pass in JobExecution/StepExecution in each method
http://jira.springframework.org/browse/BATCH-419

added StepExecution argument to StepListener#afterStep
2008-03-06 14:25:09 +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
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
1184d30d54 IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-382

javadoc fix
2008-03-06 13:09:47 +00:00
robokaso
4df44a88fa IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-382

cleaned up stax writer and tests
2008-03-06 12:22:48 +00:00
dsyer
cda3824c3d Whitespace 2008-03-06 10:25:42 +00:00
dsyer
9eb3dc0b0f Rename *Writer as *Dao if they don't implement ItemWriter 2008-03-06 10:25:01 +00:00
robokaso
52046cb0dc IN PROGRESS - issue BATCH-382: FlatFileItemWriter and StaxEventItemWriter should buffer output
http://jira.springframework.org/browse/BATCH-382

basic buffering for StaxEventItemWriter
2008-03-06 09:52:45 +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
838975646f Updated to add overview of listener callbacks. 2008-03-06 08:57:07 +00:00
dsyer
d2f4049627 *SynchronizerSynchronizer was still hanging around 2008-03-06 08:53:15 +00:00
dsyer
805b7735d2 RESOLVED - issue BATCH-420: ChunkListener
http://jira.springframework.org/browse/BATCH-420
2008-03-06 08:32:25 +00:00
dsyer
f2ae3f05b9 RESOLVED - issue BATCH-427: Another example of dual extends and implements
http://jira.springframework.org/browse/BATCH-427
2008-03-06 08:25:58 +00:00
dsyer
2844579dae RESOLVED - issue BATCH-421: Different set methods for listeners on implementation classes
http://jira.springframework.org/browse/BATCH-421
2008-03-06 08:20:01 +00:00
wxlund
efe07a3096 Went through ItemWriters this evening and in the process added the catalog of ItemWriters to the appendix. I also opened a minor jira issue for questions I had on a few points I found. 2008-03-06 07:41:39 +00:00
lucasward
eb744db9f4 Continued cleanup of Reference Documentation. Repeat and Retry have been separated into their own chapters, Infrastructure is now just ItemReaders and ItemWriters. Added a lot of extra initial documentation about the expected contract of ItemReader, ItemWriter, and ItemStream. 2008-03-06 05:45:00 +00:00
wxlund
1ead5462e0 (1) Finally fixed glossary so that it would generate with mvn site. We moved it to a glossary instead of chapter and added it back into index.xml. Previously it was commented out.
(2) Added appendix and moved the table of available item readers into the appendix.
(3) Grepped for all <programlisting> elements and untabified the regions so that they looked better. 
(4) Reordering of chapters was done earlier in conjunction with Lucas.
2008-03-06 01:50:41 +00:00
lucasward
6c77820214 Updates to documentation, mostly cleanup. 2008-03-06 00:49:28 +00:00
dsyer
d265ef6b3e Complete change to setter for job registry 2008-03-05 22:01:51 +00:00
dsyer
91fabf5e1b Incomplete - task 89: Resurrect Quartz sample
Accidentally committed a class in test where it should have been main.
2008-03-05 21:51:50 +00:00
lucasward
be82769755 BATCH-418: renamed a setter on JobRegistryBeanPostProcessor that wasn't changed when Job was renamed from JobConfiguration. 2008-03-05 21:20:39 +00:00
dsyer
b5fe858e64 Incomplete - task 89: Resurrect Quartz sample 2008-03-05 15:02:53 +00:00