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
dsyer
4ae712f35f
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:15 +00:00
dsyer
3b14a115f1
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 08:58:36 +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
b3d051c16e
exclude samples from javadocs
2007-10-05 08:22:47 +00:00
dsyer
9a93333b5b
Eclipse output path issues fixed - test resources ending up in jar
2007-10-05 08:20:48 +00:00
dsyer
cfddc35c48
Update version / release FAQ
2007-10-05 07:00:31 +00:00
dsyer
01e665384d
remove nfljob.xml
2007-10-04 15:47:16 +00:00
dsyer
e843b1eb6c
update dictionary
2007-10-04 15:43:27 +00:00
dsyer
96ec31be2d
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:38:10 +00:00
dsyer
3b1964a421
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:58 +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
3b2662a16b
OPEN - issue BATCH-157: *Source does not need to extend ResourceLifecycle
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-157
2007-10-04 15:34:32 +00:00
dsyer
cb63406f6b
Fix launchers for standard project names
2007-10-04 13:35:14 +00:00
dsyer
a5b7fec912
Remove non-batch JMS tests - so that AMQ only has one broker for the whole suite.
2007-10-04 13:34:40 +00:00
dsyer
e4231cefed
Fix some dependencies in integration - still struggling with ActiveMQ (doesn't seem to shut down the broker often enough).
2007-10-04 07:59:28 +00:00
dsyer
d59354b803
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:08:11 +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
7feb3bbc33
Removed throwable from StepExecution (it's not persisted anyway, but the ExitStatus is)
2007-10-01 06:35:40 +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
484961f5ab
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:29 +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
7f7959f1fa
Subclipse missed this one...
2007-09-30 16:28:56 +00:00
dsyer
b837b9d28e
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:38 +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
c64f067f71
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:19:51 +00:00
dsyer
f1858a2406
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:14 +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
33e63bc5dd
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
Javadocs and package private constructor
2007-09-30 11:55:56 +00:00
dsyer
741371d9f0
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
Missing link in javadocs
2007-09-30 11:51:04 +00:00
dsyer
a2c03d271a
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:48:07 +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
dsyer
d909f4c43e
Tidy up some javadocs
2007-09-29 12:12:01 +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
dsyer
09862eaa97
Use ProxyMethodInvocation (interface instead of impl)
2007-09-28 14:50:35 +00:00
dsyer
c2ea350185
Javadocs
2007-09-28 09:04:27 +00:00
dsyer
20a2fb518a
Check for void return type in target and always return continuable
2007-09-28 08:47:51 +00:00
dsyer
7e0c8127f4
Throw illegal state exception (unlikely) wrong MethodInvocation type detected
2007-09-28 08:28:56 +00:00
dsyer
1cae471775
organise imports
2007-09-28 07:10:55 +00:00
dsyer
420b51553e
Remove clover dependency
2007-09-28 07:10:34 +00:00
dsyer
0d6cfca4df
Add clone for method invocation to preserve interceptor chain.
2007-09-28 07:10:08 +00:00