lucasward
bade5ecc89
BATCH-162: Fixed NFL Sample job
2007-10-10 04:10:54 +00:00
lucasward
407d032bff
BATCH-140: Modified file input sources to no longer implemented FieldSet and now accept an injected mapper.
2007-10-08 04:28:15 +00:00
dsyer
51a0c29527
IN PROGRESS - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-145
2007-10-05 15:02:48 +00:00
dsyer
4ae712f35f
RESOLVED - issue BATCH-158: Dependency cycle between execution.step and execution.step.simple
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-158
StepConfiguration had to pick up an extra flag in the interface, and the configuration implementations had to be separate from the executor implementations.
Also fixed a cycle in core (JobIdentifier is part of domain).
2007-10-05 09:05:15 +00:00
dsyer
3b14a115f1
RESOLVED - issue BATCH-158: Dependency cycle between execution.step and execution.step.simple
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-158
StepConfiguration had to pick up an extra flag in the interface, and the configuration implementations had to be separate from the executor implementations.
Also fixed a cycle in core (JobIdentifier is part of domain).
2007-10-05 08:58:36 +00:00
dsyer
01e665384d
remove nfljob.xml
2007-10-04 15:47:16 +00:00
dsyer
96ec31be2d
Attempt to refactor NFL so that it can be run from a command line launcher in Eclipse instead of a unit test
2007-10-04 15:38:10 +00:00
dsyer
3b1964a421
Attempt to refactor NFL so that it can be run from a command line launcher in Eclipse instead of a unit test
2007-10-04 15:36:58 +00:00
dsyer
cb63406f6b
Fix launchers for standard project names
2007-10-04 13:35:14 +00:00
dsyer
c64f067f71
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
Remove *ExecutionContext by merging with *Execution
2007-09-30 16:19:51 +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
363631c629
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:42 +00:00
lucasward
8af9300499
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:32 +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
de5af44898
Added Spring-ws as a dependency, so that the new xmlStaxJob will run correctly, per BATCH-116
2007-09-24 05:59:17 +00:00
lucasward
62eb328f5a
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:12:58 +00:00
dsyer
7d9ffaae23
remove generated file from SVN
2007-09-16 20:40:54 +00:00
dsyer
965d5a7608
Refactor some dependencies to make it easier to change versions (again)
2007-09-16 19:12:11 +00:00
dsyer
58df642b20
Refactor some dependencies to make it easier to change versions (some more)
2007-09-16 18:51:03 +00:00
dsyer
d83d9997e2
Refactor some dependencies to make it easier to change versions
2007-09-16 17:41:46 +00:00
lucasward
b2d06ade6d
Added unit tests for Nfl sample job.
2007-09-10 21:19:37 +00:00
lucasward
481c5f0941
Fixed some unit tests that didn't completely refactor when package names changed, and excluded the Nfl tests so maven doesn't run them.
2007-09-06 05:44:06 +00:00
lucasward
4e9fd48285
fixed error caused because POSITION is a keyword in Hsql, but not in DB2.
2007-09-05 23:32:07 +00:00
lucasward
fbb5c5c34e
Reverted back to previous revision.
2007-09-05 23:21:36 +00:00
lucasward
a9ec0f6623
Added a new sample job (NflJob) and reorganized samples project.
2007-09-05 20:40:09 +00:00
lucasward
e7ecd902cf
Added DB2 version of business schema.
2007-08-29 18:31:51 +00:00
dsyer
84935bf488
container -> launcher
2007-08-29 13:30:40 +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
97e6d74dd5
Tidy imports
2007-08-28 13:21:48 +00:00
dsyer
26401ff11e
Fixed samples so they can be launched from command line.
...
RESOLVED - issue BATCH-115: (some) samples launched from command line don't work
http://opensource.atlassian.com/projects/spring/browse/BATCH-115
2007-08-28 12:49:08 +00:00
dsyer
4c2d473874
The custom editor configurer needs to be added to the job configuration. Also the step scope registration
...
OPEN - issue BATCH-115: (some) samples launched from command line don't work
http://opensource.atlassian.com/projects/spring/browse/BATCH-115
2007-08-28 10:51:58 +00:00
dsyer
106fe7875e
Move the JobExecutorFacade interface to a subpackage - no need for it to be central.
...
OPEN - issue BATCH-84: Simplify JobLauncher so it can be used to start a job with a String/Properties
http://opensource.atlassian.com/projects/spring/browse/BATCH-84
2007-08-28 08:09:21 +00:00
dsyer
4684f2102e
Resolved: BATCH-114: Samples broken when input/output sources have step scope
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-114
2007-08-28 07:46:01 +00:00
dsyer
6f75f99903
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:33 +00:00
dsyer
e35a35f4bc
Make StepScope a BeanFactoryPostProcessor.
...
BATCH-88: StatisticsProvider is a leaky abstraction
http://opensource.atlassian.com/projects/spring/browse/BATCH-88
2007-08-24 10:59:19 +00:00
dsyer
96317229c1
BATCH-101: Removed the ReadProcessTasklet (never liked it anyway).
2007-08-23 07:52:02 +00:00
dsyer
99cc798fee
RESOLVED - issue BATCH-110: Potential simplification of DefaultJobExecutor by not having to include the StepExecutorFactory always
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-110
2007-08-23 07:27:16 +00:00
dsyer
1c87ff4905
rename projects
2007-08-21 20:29:47 +00:00
dsyer
ad1fde1b5f
JobLauncher interface change
2007-08-21 16:51:37 +00:00
dsyer
e475f0e3d0
Test method tenmplates
2007-08-21 15:09:11 +00:00
dsyer
3415f08ff4
RESOLVED - issue BATCH-94: Sample jobs should not import "simple-container-definition.xml"
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-94
2007-08-21 13:53:07 +00:00
dsyer
62e0fa1f11
refactor name of container bean
2007-08-21 13:40:19 +00:00
dsyer
8e37f5b713
Tidy imports
2007-08-21 13:38:57 +00:00
dsyer
92bd3607f3
DefaultFlatFileItemProvider -> FlatFileItemProvider
2007-08-21 13:31:09 +00:00
dsyer
5cf6ecf536
BATCH-105: The functionality in "DefaultFlatFileItemProvider" (validating and mapping) should be provided by the infrastructure layer (DefaultFlatFileInputSource).
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-105
2007-08-21 11:06:34 +00:00
dsyer
d94133b392
OPEN - issue BATCH-105: The functionality in "DefaultFlatFileItemProvider" (validating and mapping) should be provided by the infrastructure layer (DefaultFlatFileInputSource).
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-105
2007-08-21 11:04:34 +00:00
lucasward
d9132be8be
Refactored launching to allow exit codes to be returned to the launcher.
2007-08-21 05:12:03 +00:00
dsyer
ace8b6dddd
validation off for HTML
2007-08-20 21:27:21 +00:00