Commit Graph

280 Commits

Author SHA1 Message Date
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
9aac870ad8 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:40:55 +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
80db2f7050 Fix download links in docos 2007-10-10 18:05:55 +00:00
dsyer
5eac2d9522 Ooops, put the parent pom on the wrong branch. 2007-10-10 17:50:28 +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
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
0cc6d6ab2d 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:01 +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
9681c485aa RESOLVED - issue BATCH-161: OutputSource still extends ResourceLifecycle
http://opensource.atlassian.com/projects/spring/browse/BATCH-161
2007-10-10 09:46:03 +00:00
dsyer
b02750931d Fix NFL Job Spring IDE config 2007-10-10 09:01:29 +00:00
dsyer
342b188314 Organise imports 2007-10-10 09:00:12 +00:00
dsyer
60e496b46a Add to ignores 2007-10-10 08:57:57 +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
4e736032c0 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: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
bade5ecc89 BATCH-162: Fixed NFL Sample job 2007-10-10 04:10:54 +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
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
354702d6a5 Add top level pom as linked resource 2007-10-07 18:17:47 +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
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
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
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
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
24aa55f82d 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:12:42 +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
9f77f722f9 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:06:08 +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