Commit Graph

103 Commits

Author SHA1 Message Date
dsyer
997d6f855c Remove syserr debug statements from unit test 2007-10-12 13:50:52 +00:00
dsyer
f6b0bfdb47 Fixed filepaths again for UNIX build 2007-10-12 13:49:44 +00:00
dsyer
db405df7a4 FIXED: Destruction callback not made for inner beans 2007-10-12 12:22:34 +00:00
dsyer
19093c54e6 FIXED: Destruction callback not made for inner beans 2007-10-12 12:18:30 +00:00
dsyer
d4f1e3b0b8 Moved commented code around - still needs to be fixed for UNIX. 2007-10-12 11:44:58 +00:00
dsyer
a83e29af2e IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Broken tests in UNIX - can't fix it now so commented out...
2007-10-11 15:56:02 +00:00
dsyer
57086ed565 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Add getLabel() to JobIdentifier and use that to plug into the placeholder in the filename.
2007-10-11 15:41:09 +00:00
dsyer
f1aa890783 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121
2007-10-11 13:32:27 +00:00
dsyer
592e113937 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121
2007-10-11 13:16:50 +00:00
dsyer
4744f78aa3 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:11 +00:00
dsyer
737bd743a4 OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159
2007-10-10 08:56:29 +00:00
dsyer
3559ab7908 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121
2007-10-05 16:29:29 +00:00
dsyer
efc6247e90 IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Expose the StepExecution to the StepContext early enough for a stepOperations interceptor to find it in the open() method.  See also BATCH-125.
2007-10-05 16:04:08 +00:00
dsyer
3b7b95626b IN PROGRESS - issue BATCH-121: BatchResourceFactoryBean - is it adding any value?
http://opensource.atlassian.com/projects/spring/browse/BATCH-121

Change StepContext to contain a StepExecution instead of a JobIdentifier
2007-10-05 15:50:44 +00:00
dsyer
0b52801e35 RESOLVED - issue BATCH-142: DefaultStepExecutorFactory as the stepExecutorFactory for the DefaultJobExecutor
http://opensource.atlassian.com/projects/spring/browse/BATCH-142
2007-10-05 15:32:52 +00:00
dsyer
a76cd786fc OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Removed unnecessary final modifier
2007-10-05 15:03:43 +00:00
dsyer
b6a5bb80e0 Tidy Javadocs 2007-10-05 14:08:26 +00:00
dsyer
d37fce6294 Tidy Javadocs 2007-10-05 14:06:59 +00:00
dsyer
3815390158 Javadocs 2007-10-05 11:18:42 +00:00
dsyer
343f8a276f OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Re-organise the Launcher base classes a bit more
2007-10-05 11:14:58 +00:00
dsyer
cb14260616 OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Re-organise the Launcher base classes a bit
2007-10-05 10:27:50 +00:00
dsyer
0145942f51 Rename local variables 2007-10-05 10:16:25 +00:00
dsyer
cb25220f14 Rename local variable and parameter 2007-10-05 10:04:10 +00:00
dsyer
0123f9f88c Wrong exception type in test case 2007-10-05 09:19:36 +00:00
dsyer
24c324fd73 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:11:58 +00:00
dsyer
fce6554597 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:50 +00:00
dsyer
10b92b31f3 IN PROGRESS - issue BATCH-90: StepExecution and StepExecutionContext are parallel domains, and StepExecution is by comparison anaemic
http://opensource.atlassian.com/projects/spring/browse/BATCH-90

Rename local variable.
2007-10-05 08:26:06 +00:00
dsyer
3f19eb2a7a 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:50 +00:00
dsyer
3b1e05c6d0 RESOLVED - issue BATCH-102: Normalization of domain object dependencies
http://opensource.atlassian.com/projects/spring/browse/BATCH-102

Removed StepExecution from StepInstance.
2007-10-02 18:07:40 +00:00
lucasward
7b1be4fc32 BATCH-146: Changed my mind on the implementation, SimpleJobRepository (and DAOs) now throw Spring IncorrectResultSetSizeDataAccessException, rather than BatchRestartException. 2007-10-02 04:37:21 +00:00
dsyer
4dc2467a12 RESOLVED - issue BATCH-149: ClobUserType is the wrong base type for BatchStatus
http://opensource.atlassian.com/projects/spring/browse/BATCH-149

Use the ImmutableValueUserType that was introduced for ExitStatus.
2007-10-01 20:11:49 +00:00
dsyer
ae0b997df5 RESOLVED - issue BATCH-133: make ScheduledJobIdentifierFactory default useful
http://opensource.atlassian.com/projects/spring/browse/BATCH-133
2007-10-01 19:47:56 +00:00
dsyer
5da09d8c48 Removed throwable from StepExecution (it's not persisted anyway, but the ExitStatus is) 2007-10-01 06:35:49 +00:00
dsyer
53d10a2fb2 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

Forgot the DDL!
2007-09-30 21:23:08 +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
f18ab81ab3 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 jobId field from JobExecution
2007-09-30 16:41:24 +00:00
dsyer
2a2562492e 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:20:23 +00:00
dsyer
3dced4edc8 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 setter for job id in JobExecution
2007-09-30 12:02:02 +00:00
dsyer
21a4ea540e 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

Tidy the JobInstance up a bit (no need for setter of identifier)
2007-09-30 11:47:49 +00:00
dsyer
5cafc9dfde RESOLVED - issue BATCH-148: JobInstanceFilter has no unit test.
http://opensource.atlassian.com/projects/spring/browse/BATCH-148

Removed it.
2007-09-29 12:16:06 +00:00
dsyer
fe0fb591dc Tidy up some javadocs 2007-09-29 12:12:06 +00:00
lucasward
735603c59e Fix for BATCH-146:Unclear error message and possible inappropriate exception type in SimpleJobRepository. Changed the exception type to BatchRestartException, and added additional unit tests. 2007-09-28 16:03:02 +00:00
lucasward
bc52321f95 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:19 +00:00
dsyer
deef433bc3 Rationalise exit code mapping a bit 2007-09-25 17:49:42 +00:00
lucasward
1fec2777e2 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:16 +00:00
lucasward
0891667d44 IN PROGRESS - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24

Applied Stijn's refactoring of ExitCodes and moved BatchCommandLineLauncher to bootstrap.support
2007-09-20 06:31:38 +00:00
lucasward
455cc67780 IN PROGRESS - issue BATCH-24: Provide exit code for job executed as a main method
http://opensource.atlassian.com/projects/spring/browse/BATCH-24

JvmSystemExiter was in test instead of main.
2007-09-20 03:01:10 +00:00
lucasward
7e83c33632 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:16:57 +00:00
lucasward
464b1393b6 Fix for Batch-40, SqlStepDao was not storing Exit-Code correctly. 2007-09-19 04:06:34 +00:00
lucasward
91c90e6d0c 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:33 +00:00