Commit Graph

68 Commits

Author SHA1 Message Date
lucasward
ee0dcdd37a BATCH 144 and BATCH 150: create Hibernate and iBatis input sources with sample jobs. 2007-10-15 05:23:23 +00:00
dsyer
7d536d567b Add a test for retry interceptor that shows how to layer the transaction boundary 2007-10-10 17:42:08 +00:00
dsyer
f2d1dabb06 RESOLVED - issue BATCH-50: Allow fixed-length file columns with column ranges
http://opensource.atlassian.com/projects/spring/browse/BATCH-50

Tidy test case and javadocs
2007-10-10 10:09:17 +00:00
dsyer
c4cf4a8910 RESOLVED - issue BATCH-50: Allow fixed-length file columns with column ranges
http://opensource.atlassian.com/projects/spring/browse/BATCH-50

Applied patch (and moved property editor).
2007-10-10 10:00:25 +00:00
dsyer
964f04af59 RESOLVED - issue BATCH-161: OutputSource still extends ResourceLifecycle
http://opensource.atlassian.com/projects/spring/browse/BATCH-161
2007-10-10 09:46:11 +00:00
dsyer
760fd206ed organise imports 2007-10-10 08:49:41 +00:00
dsyer
02cc4a454d organise imports 2007-10-10 08:49:22 +00:00
lucasward
7183b992bf BATCH-162: Fixed NFL Sample job 2007-10-10 04:11:05 +00:00
lucasward
060a625fad Fixed issues with FlatFileInputSourceTests which caused test errors. 2007-10-08 04:38:17 +00:00
lucasward
4b24ef866c BATCH-140: Modified file input sources to no longer implemented FieldSet and now accept an injected mapper. 2007-10-08 04:28:31 +00:00
dsyer
354702d6a5 Add top level pom as linked resource 2007-10-07 18:17:47 +00:00
dsyer
e613551cd5 RESOLVED - issue BATCH-155: InputSources and FieldsetInputSources are not being initialized ( call the open() method)
http://opensource.atlassian.com/projects/spring/browse/BATCH-155
2007-10-05 15:17:46 +00:00
dsyer
3b2662a16b OPEN - issue BATCH-157: *Source does not need to extend ResourceLifecycle
http://opensource.atlassian.com/projects/spring/browse/BATCH-157
2007-10-04 15:34:32 +00:00
dsyer
9d44d8f455 OPEN - issue BATCH-90: StepExecution and StepExecutionContext are parallel domains, and StepExecution is by comparison anaemic
http://opensource.atlassian.com/projects/spring/browse/BATCH-90

Add ExitStatus to *Execution entities
2007-09-30 21:16:44 +00:00
dsyer
09862eaa97 Use ProxyMethodInvocation (interface instead of impl) 2007-09-28 14:50:35 +00:00
dsyer
c2ea350185 Javadocs 2007-09-28 09:04:27 +00:00
dsyer
20a2fb518a Check for void return type in target and always return continuable 2007-09-28 08:47:51 +00:00
dsyer
7e0c8127f4 Throw illegal state exception (unlikely) wrong MethodInvocation type detected 2007-09-28 08:28:56 +00:00
dsyer
1cae471775 organise imports 2007-09-28 07:10:55 +00:00
dsyer
420b51553e Remove clover dependency 2007-09-28 07:10:34 +00:00
dsyer
0d6cfca4df Add clone for method invocation to preserve interceptor chain. 2007-09-28 07:10:08 +00:00
nebhale
b91e9f92d8 [maven-release-plugin] prepare for next development iteration 2007-09-27 15:32:05 +00:00
nebhale
e03e7ca643 [maven-release-plugin] prepare release spring-batch-1.0-m2 2007-09-27 15:31:55 +00:00
lucasward
bb60cb43ed OPEN - issue BATCH-113: Mouldy xml class names still in infrastructure
http://opensource.atlassian.com/projects/spring/browse/BATCH-113

io.xml files removed from src/test/resources as well.
2007-09-26 15:32:27 +00:00
lucasward
6b4294f503 OPEN - issue BATCH-113: Mouldy xml class names still in infrastructure
http://opensource.atlassian.com/projects/spring/browse/BATCH-113
2007-09-26 15:16:54 +00:00
lucasward
d55a4d0984 OPEN - issue BATCH-116: Create XML input/output source which will work directly with StAX parser
http://opensource.atlassian.com/projects/spring/browse/BATCH-116

Added additional code coverage to infrastructure, validation to samples jobs, and integration tests for castor and xstream
2007-09-26 00:37:54 +00:00
lucasward
ce399d0555 OPEN - issue BATCH-78: Test coverage is too low in SqlCursorINputSource (and inner classes)
http://opensource.atlassian.com/projects/spring/browse/BATCH-78
2007-09-25 23:56:45 +00:00
nebhale
b3615d6d4d Updated the POMs to look for proper versions of Spring and Spring-WS in the proper milestone repositories. 2007-09-25 20:24:19 +00:00
dsyer
deef433bc3 Rationalise exit code mapping a bit 2007-09-25 17:49:42 +00:00
lucasward
ba67b7faa1 OPEN - issue BATCH-116: Create XML input/output source which will work directly with StAX parser
http://opensource.atlassian.com/projects/spring/browse/BATCH-116

FileUtilsTest failure scenario only passed on windows.
2007-09-25 05:36:07 +00:00
lucasward
8b6dd1e31b OPEN - issue BATCH-116: Create XML input/output source which will work directly with StAX parser
http://opensource.atlassian.com/projects/spring/browse/BATCH-116

Added additional unit tests.
2007-09-25 05:19:48 +00:00
lucasward
9fb363bafb OPEN - issue BATCH-116: Create XML input/output source which will work directly with StAX parser
http://opensource.atlassian.com/projects/spring/browse/BATCH-116
2007-09-24 05:13:11 +00:00
dsyer
61c743b4db Oops integer arithmetic! 2007-09-23 18:21:14 +00:00
dsyer
f2cfa68691 Increase tolerance for backoff timing test 2007-09-23 18:12:10 +00:00
lucasward
3f2e0e8eea CLOSED - issue BATCH-136: restoreFromRestartData(Tasklet, RestartData) crashes if Properties are null
http://opensource.atlassian.com/projects/spring/browse/BATCH-136
2007-09-21 05:45:04 +00:00
lucasward
94fb0cb9d4 IN PROGRESS - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-20 01:17:07 +00:00
lucasward
6b72d3933a Additional fix related to BATCH-40, ExitStatus was not being propagated from the RepeatCallback correctly. 2007-09-19 03:13:56 +00:00
lucasward
4a3fc5e9e6 Corrected UnitTest that was broken by fix for BATCH-24 2007-09-18 07:48:35 +00:00
lucasward
ecfc51ad5f OPEN - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24
2007-09-18 07:41:44 +00:00
dsyer
d83d9997e2 Refactor some dependencies to make it easier to change versions 2007-09-16 17:41:46 +00:00
lucasward
7cf9f09529 Fixed how OutputSourceItemProcessor handles a null output source. 2007-09-07 19:11:50 +00:00
lucasward
a9ec0f6623 Added a new sample job (NflJob) and reorganized samples project. 2007-09-05 20:40:09 +00:00
lucasward
79c4672e6c Fixed SqlCursorInputSource to correctly handled blank restart data. 2007-09-05 19:53:43 +00:00
dsyer
4095702863 RESOLVED: BATCH-119: ExitStatus can't be used in JMX (or other remote interfaces).
http://opensource.atlassian.com/projects/spring/browse/BATCH-119
2007-08-29 13:24:24 +00:00
dsyer
d7444bbc95 Fixed all but restart sample (left unscoped file input). But see SPR-3804 for problems that have to be worked around.
Open: BATCH-114: Samples broken when input/output sources have step scope (http://opensource.atlassian.com/projects/spring-17738)
2007-08-28 07:16:19 +00:00
dsyer
2bd45778fa Complete - task 40: Update Spring version number to 2.1-m3 2007-08-23 17:07:16 +00:00
dsyer
282a731232 RSOLVED - issue BATCH-109: Possibly include BeanWrapperFieldSetMapper.setClassName() to not have to create a prototype in an app.ctx
http://opensource.atlassian.com/projects/spring/browse/BATCH-109
2007-08-23 13:22:55 +00:00
dsyer
772a33137a Spelling error in Javadocs 2007-08-23 08:29:32 +00:00
aarendsen
b12aab02e8 Fix for BATCH-112 whereby FieldSet did not trim tokens when calling getProperties(). Now it does 2007-08-23 08:07:00 +00:00
dsyer
08848bcf79 change export settings in eclipse classpath 2007-08-21 20:31:15 +00:00