Commit Graph

359 Commits

Author SHA1 Message Date
dsyer
82f753e18f Weird problem with eclipse build - was it just the .classpath entries not being exported? 2007-11-07 08:04:07 +00:00
dsyer
de91cbe728 RESOLVED - issue BATCH-191: The getProperties in FieldSet does not handle null values
http://opensource.atlassian.com/projects/spring/browse/BATCH-191
2007-11-06 08:16:39 +00:00
dsyer
f8f4a806a2 Make Trade Serializable so it can be sent to remote processor. 2007-11-05 17:34:44 +00:00
dsyer
c7b8d038e7 Internal API change for StepExecutors 2007-11-05 17:17:33 +00:00
dsyer
875d1383b4 Add explicit types to update queries. 2007-11-05 17:16:42 +00:00
dsyer
6a45a4457d Prevent error on closing non-step-scoped bean with step-scoped dependency 2007-11-05 14:42:17 +00:00
dsyer
621250dd79 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Change JobExecutorFacade interface - it makes more sense to stop an execution.
2007-11-05 12:51:22 +00:00
dsyer
90196b9bfe IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Change JobExecutorFacade interface - it makes more sense to stop an execution.
2007-11-05 12:51:08 +00:00
dsyer
9810bf7223 Remove cycle 2007-11-05 11:45:34 +00:00
dsyer
aaa1c6427e Add hashcode 2007-11-05 11:27:11 +00:00
dsyer
2e20f406f2 Add hashcode 2007-11-05 11:26:55 +00:00
dsyer
aee03b31cc Organise imports 2007-11-05 09:32:31 +00:00
dsyer
497bd15a77 IN PROGRESS - issue BATCH-179: Separate input and output in samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-179

Applied patch from JIRA and fixed remaining issue in output source (need to create missing directory)
2007-11-05 09:28:18 +00:00
lucasward
9dc7981c5d BATCH-189: Created AbstractTransactionalIoSource that can be the base class of both input and output sources.
Additionally, reorganized input and output source packages.
2007-11-05 04:12:42 +00:00
dsyer
7f09f4214c IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Make sure JobExecution has an ID (it is saved before being passed back to client).
2007-11-03 13:51:56 +00:00
dsyer
626f01f8f5 Copy testcase base class to execution module (fix broken build). 2007-11-03 11:25:28 +00:00
dsyer
0cf5cb4bb2 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

APIs all pretty much in place now - JobLauncher returns JobExecution from the run methods.  There is some polishing and test coverage work to do.
2007-11-03 11:18:00 +00:00
dsyer
3e72e7b565 Remove convenience accessor for job.getIdentifier() 2007-11-02 16:03:38 +00:00
dsyer
f66d163275 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Fix broken test case for misconfigured launcher
2007-11-02 15:51:31 +00:00
dsyer
bf3881fc85 Revert Nfl test case. 2007-11-02 12:32:02 +00:00
dsyer
4a00848fce IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Refactored JobExecutorFacade into a package private interface - it's still useful in testing.
2007-11-02 12:29:18 +00:00
dsyer
1bc7910a10 Easier download instructions for non-maveners. 2007-11-02 11:02:17 +00:00
dsyer
ef608de7ae RESOLVED - issue BATCH-188: LogOrRethrowException handler swallows unclassified exceptions
http://opensource.atlassian.com/projects/spring/browse/BATCH-188
2007-11-02 11:01:02 +00:00
dsyer
737e95c888 Update Reader/Writer language 2007-11-02 10:09:09 +00:00
dsyer
0d28722432 Organise imports 2007-11-02 08:57:58 +00:00
lucasward
a6515d9d72 Fixed Ibatisjob for updated package names. 2007-11-01 15:08:36 +00:00
lucasward
16fe237e71 BATCH-186: Updated orm test resource package names. 2007-11-01 13:02:57 +00:00
lucasward
bd6ebc3f6f BATCH 186: modified the iBatis input source to now use the KeyGenerator, and moved into io.driving. io.orm package was romoved. 2007-11-01 12:19:19 +00:00
lucasward
c4dc54ba6b BATCH-167 and BATCH-186: Completed refactoring of database input package names, and added a KeyGenerator to be used by the DrivingQueryInputSource. 2007-11-01 11:36:43 +00:00
lucasward
25bb5ca391 BATCH-167:Need to update the samples, since the sql input sources' package names changed. 2007-10-29 16:46:41 +00:00
lucasward
21d76df559 BATCH-167: The io.sql package was split into io.cursor and io.driving. This is an interim change, since subversion can be flaky when renaming packages. 2007-10-29 14:50:50 +00:00
lucasward
5a01edfddf BATCH-167: Renamed CompositeKeyRestartDataConverter to just RestartDataConverter. 2007-10-29 11:40:51 +00:00
dsyer
98e54fb504 Wrong class name for job launcher (but build didn't fail) 2007-10-26 07:48:30 +00:00
lucasward
e3dd282d5a upgraded to spring-2.5-rc1 2007-10-26 05:09:44 +00:00
dsyer
9495bf24fd IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Merged JobLauncher implementations together and separated out thread interruption and JMX notification responsibilities to separate collaborators.
2007-10-24 17:35:15 +00:00
dsyer
5b2b92da18 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Merged JobLauncher implementations together and separated out thread interruption and JMX notification responsibilities to separate collaborators.
2007-10-24 17:35:05 +00:00
dsyer
533209a14b IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Merged JobLauncher implementations together and separated out thread interruption and JMX notification responsibilities to separate collaborators.
2007-10-24 17:34:42 +00:00
dsyer
48c5ddc41e IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Merged JobLauncher implementations together and separated out thread interruption and JMX notification responsibilities to separate collaborators.
2007-10-24 17:34:32 +00:00
dsyer
63c78f629a ##*&@$! Subclipse 2007-10-23 18:50:49 +00:00
dsyer
1981dedbf0 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Move JobExecutionListener to core and add some Javadocs.
2007-10-23 18:45:48 +00:00
dsyer
afe75ab8cc IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Move JobExecutionListener to core and add some Javadocs.
2007-10-23 18:45:32 +00:00
dsyer
d182b36846 RESOLVED - issue BATCH-177: CountingCompletionPolicy causes the Step to go into infinite loop
http://opensource.atlassian.com/projects/spring/browse/BATCH-177

Use different base class for CountingCompletionPolicy
2007-10-23 13:33:33 +00:00
dsyer
dcdeeb7b6f Delete unused test case (curse to Subclipse) 2007-10-23 13:16:46 +00:00
dsyer
e41d046165 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Rollback previous change...
2007-10-23 13:05:47 +00:00
dsyer
045e476ab5 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Use package access instead of reflection to get to registry inside facade
2007-10-23 13:04:16 +00:00
dsyer
82fdcd43ff IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Remove JobExecutionRegistry abstraction (not used).
2007-10-23 12:57:47 +00:00
dsyer
1d97a14dc8 IN PROGRESS - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Remove JobExecutionRegistry abstraction (not used).
2007-10-23 12:57:37 +00:00
dsyer
3e53a04c6c Fix broken test where customer data was not initialised 2007-10-23 12:55:13 +00:00
dsyer
82e8f47ef7 OPEN - issue BATCH-159: JobExecutor should return a JobExecution (which itself contains the ExitStatus)
http://opensource.atlassian.com/projects/spring/browse/BATCH-159

Add listeners to JobExecutionFacade
2007-10-22 19:46:21 +00:00
dsyer
df7d8f3c47 RESOLVED - issue BATCH-145: Move CollectionItemProvider to infrastructure from samples
http://opensource.atlassian.com/projects/spring/browse/BATCH-145

Moved it into infrastructure (in the wrong place originally).
2007-10-21 15:44:43 +00:00