Commit Graph

37 Commits

Author SHA1 Message Date
dsyer
3972010e9a 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:53 +00:00
dsyer
fd3d6d6650 Added subclass mapping to JobInstance to support existing JobIdentifier strategies.
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 10:33:20 +00:00
dsyer
a7fd5eac3b wrong import fixed 2007-08-28 08:40:09 +00:00
dsyer
eae7d2916d 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:10:24 +00:00
dsyer
f278e07a6a 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:16 +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
7789074a6f Tidy Javadocs. 2007-08-24 17:17:36 +00:00
dsyer
ac1093bae2 Tidy Javadocs. 2007-08-24 17:10:39 +00:00
dsyer
f062874ab2 Add some Javadocs 2007-08-24 17:07:50 +00:00
dsyer
e60c1c3ca1 StepScope does not need to be BeanPostProcessor or BeanFactoryAware
BATCH-88: StatisticsProvider is a leaky abstraction
http://opensource.atlassian.com/projects/spring/browse/BATCH-88
2007-08-24 14:25:37 +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
1ffd47a9b2 Make a SimpleJobIdentifierFactory for SimpleJobIdentifiers
OPEN - issue BATCH-58: Make JobStream and JobRun optional properties of Job (e.g. through join to optional table) 
http://opensource.atlassian.com/projects/spring/browse/BATCH-58
2007-08-23 19:46:38 +00:00
dsyer
4210297540 JobIdentifier missing from RowMapper in SqlJobDao. 2007-08-23 17:21:51 +00:00
aarendsen
1b629fe91d Polishing: typos 2007-08-23 08:58:57 +00:00
dsyer
96317229c1 BATCH-101: Removed the ReadProcessTasklet (never liked it anyway). 2007-08-23 07:52:02 +00:00
dsyer
145cfd5dfc 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:30:07 +00:00
dsyer
5e9915baa8 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:33 +00:00
dsyer
08848bcf79 change export settings in eclipse classpath 2007-08-21 20:31:15 +00:00
dsyer
8174882e80 Internal changes only 2007-08-21 17:08:13 +00:00
dsyer
53257f88ae doStart -> doRun 2007-08-21 16:58:07 +00:00
dsyer
1c9014b7f2 Remove dependency on unused Spring interface 2007-08-21 16:57:04 +00:00
dsyer
c3c1ee4f63 JobLauncher interface change 2007-08-21 16:51:48 +00:00
dsyer
d822186490 Allow more time for interrupt to happen 2007-08-21 15:15:08 +00:00
lucasward
45d7183d83 Added SynchronousJobLauncher that was missing from last night's build. 2007-08-21 14:04:42 +00:00
dsyer
1220bfa9d1 Tidy imports 2007-08-21 13:38:28 +00:00
dsyer
3c259f3ce8 Move 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 13:16:29 +00:00
dsyer
9482829412 Add missing interface (maybe Lucas has a version with Javadocs?) 2007-08-21 13:14:48 +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
c7948c453a 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:27 +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
eb8ba63d4e RESOLVED: BATCH-98: InputSourceItemProvider and OutputSourceItemProcessor do not implement Skippable
http://opensource.atlassian.com/projects/spring/browse/BATCH-98
2007-08-20 20:16:44 +00:00
dsyer
33377582bf Work around "/" issue in FileSystemResourceLoader. 2007-08-16 07:29:49 +00:00
dsyer
2803e62178 Truncate file sep char from temp dir if necessary (platform differences) 2007-08-15 22:51:01 +00:00
dsyer
63bfaa1a0a Debug tempfile locations... 2007-08-15 22:33:55 +00:00
dsyer
4db00bf1e9 Fix Windoze file paths 2007-08-15 22:14:34 +00:00
dsyer
7be5660963 Wrong class name in unit test 2007-08-15 22:12:24 +00:00
dsyer
170c815916 Initial move over from i21 repo. 2007-08-15 20:04:43 +00:00