dsyer
33371c51cc
Javadocs
2007-11-20 09:00:24 +00:00
dsyer
2ca2d7a60c
RESOLVED - issue BATCH-165: delegating ItemProvider and ItemProcessor
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-165
Patch applied from JIRA.
2007-11-14 16:11:42 +00:00
dsyer
40d75b07e1
Fix build broken by jobs not being unique - so the order is important.
2007-11-14 10:50:20 +00:00
dsyer
7fb22cec72
OPEN - issue BATCH-194: Incorrect exception handling when using Hibernate
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-194
Added some extra features to the HibernateCreditWriter sample - it needs to be a RepeatInterceptor (as per Joris's solution in BATCH-76) so it can force a flush inside the RepeatContext of the chunk.
2007-11-14 09:22:14 +00:00
dsyer
1c95e5a625
RESOLVED - issue BATCH-203: HibernateDao incorrectly returns an existing job.
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-203
2007-11-14 08:49:48 +00:00
dsyer
dbf9336e60
Change logging level of error in RepeatTemplate
2007-11-14 08:48:08 +00:00
dsyer
3f340e2cf0
OPEN - issue BATCH-194: Incorrect exception handling when using Hibernate
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-194
2007-11-13 19:03:56 +00:00
dsyer
645b882ff3
Fix SqlJobDao for DefaultJobIdentifier
2007-11-13 17:51:08 +00:00
dsyer
f8956695f4
Fix exception messages
2007-11-13 17:42:44 +00:00
dsyer
c6c1f4a837
Add trunk pom as linked resource (in case different).
2007-11-13 17:11:52 +00:00
dsyer
660222a6c9
Include backport in dependencies for samples
2007-11-13 16:32:42 +00:00
dsyer
c23620bc2a
Include backport in dependencies for samples
2007-11-13 16:30:06 +00:00
dsyer
0a129c2892
RESOLVED - issue BATCH-197: Allow to set ResourceLineReader on SimpleFlatFileInputSource
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-197
2007-11-13 16:13:45 +00:00
dsyer
28eede11ec
RESOLVED - issue BATCH-196: NullPointerException in ResourceLineReader if the last line is comment
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-196
2007-11-13 15:55:41 +00:00
dsyer
120c9cc512
RESOLVED - issue BATCH-199: ExceptionHandler in SImpleStepConfiguration ignored by SimpleStepConfigurationFactory
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-199
2007-11-13 15:49:51 +00:00
dsyer
a541e280aa
RESOLVED - issue BATCH-199: ExceptionHandler in SImpleStepConfiguration ignored by SimpleStepConfigurationFactory
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-199
2007-11-13 15:48:50 +00:00
dsyer
d33065b15c
RESOLVED - issue BATCH-184: sample jobs don't work with hibernate repository
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-184
2007-11-13 14:16:07 +00:00
dsyer
d8797ee833
asynch problems again - commented out test skips in integration
2007-11-12 07:22:14 +00:00
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