Commit Graph

370 Commits

Author SHA1 Message Date
dsyer
4f8489c145 RESOLVED - issue BATCH-195: JobIdentifier with simple string key
http://opensource.atlassian.com/projects/spring/browse/BATCH-195

Missing commit.
2007-11-09 17:06:46 +00:00
dsyer
ec63a1c1a1 RESOLVED - issue BATCH-195: JobIdentifier with simple string key
http://opensource.atlassian.com/projects/spring/browse/BATCH-195
2007-11-09 16:50:28 +00:00
dsyer
dc9d04e705 RESOLVED - issue BATCH-181: When trying to re-run a Job that already executed successfully the JobExecutorFacade returns ExitStatus.FAILED
http://opensource.atlassian.com/projects/spring/browse/BATCH-181
2007-11-09 15:03:29 +00:00
dsyer
9a7ffaaf22 Refactor samples to use child context (useful for JMX demo as well). 2007-11-09 11:20:58 +00:00
lucasward
e0977c3e48 BATCH-184:Reverted previous change. I thought I had it working locally, but bamboo proved me wrong. 2007-11-09 07:29:28 +00:00
lucasward
80f6c02e55 BATCH-184:Applied patch to prevent NonUniqueJobException by clearing the returned execution from the cache. 2007-11-09 07:03:32 +00:00
dsyer
d4c2c8954c BATCH-191: added accessor for names in FieldSet. 2007-11-07 15:15:45 +00:00
dsyer
fd38ac3d14 Add new addExitDescription() to ExitStatus and make sure a message is set if no steps are run. 2007-11-07 11:49:04 +00:00
dsyer
931a9eb9f8 Switch to in-memory messaging (now that it works). Maybe now the auto build will work, or will it still be limited by virtualisation? 2007-11-07 08:56:43 +00:00
dsyer
2237a14d88 Add ids to beans ro make them prettier in IDE graph 2007-11-07 08:55:25 +00:00
dsyer
d288c1fa8e add alternate bin dir for test classes 2007-11-07 08:48:33 +00:00
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