Commit Graph

25 Commits

Author SHA1 Message Date
dsyer
96cbf19f2e Update for SI latest interface changes. Transactional stuff still broken, but now it compiles. 2008-08-01 06:57:18 +00:00
robokaso
e9d2d90764 IN PROGRESS - BATCH-518: clean up the *Or* repository methods
saveOrUpdate(StepExecution) split to save and update
2008-07-28 10:56:35 +00:00
robokaso
afa9732b95 generified the integration module and cleaned up the warnings 2008-07-24 13:14:22 +00:00
dsyer
acbc1d89ed CLOSED - issue BATCH-563: ItemOrientedStep can be TaskletStep + ItemOrientedTasklet 2008-07-17 11:33:55 +00:00
robokaso
04a32007ad IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-16 10:26:22 +00:00
dsyer
11a84dd267 RESOLVED - issue BATCH-722: No framework logic should depend on the value of ExitStatus 2008-07-13 11:48:41 +00:00
dsyer
313a4d85a2 Remove input/output parameters from step handler (use job execution context instead). 2008-07-11 08:18:18 +00:00
dsyer
3468859411 Add timeout setting in milliseconds to ease testing. 2008-07-06 14:16:16 +00:00
dsyer
3d78c0bcb5 Dust off JMX demo 2008-07-05 07:32:44 +00:00
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
dsyer
a78a09c55e Update home page and clearer Javadocs for CommandLineJobRunner.java 2008-06-26 15:15:15 +00:00
dsyer
3823d1b48d Add toString() to Chunk* 2008-06-25 13:08:16 +00:00
dsyer
f7fb7e0228 Upgrade to Spring 2.5.5 2008-06-24 13:45:45 +00:00
dsyer
cb9f35c1b4 Refactor job launching message handler to use special request object. 2008-06-16 16:45:52 +00:00
dsyer
77aaaa05ea Rename package batch.integration 2008-06-13 10:51:51 +00:00
dsyer
615c90eb5e Add Spring Integration prototype code 2008-06-13 10:29:14 +00:00
dsyer
77716240fc ReRename integration project as infrastructure tests (which is what it is) 2008-06-13 10:25:51 +00:00
dsyer
70ef162369 advices -> adviceChain 2008-05-25 10:24:24 +00:00
dsyer
9bb405b4de Missing source file (Subclipse) 2008-05-10 00:19:40 +00:00
dsyer
a0b7049867 OPEN - issue BATCH-569: Add RetryOperationsInterceptor with stateful retry
Refactored ItemWriterRetry* to be less dependent on Item* interfaces.  Added StatefulRetryOperationsInterceptor.
2008-05-09 20:59:59 +00:00
robokaso
e3fff37d41 IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
cleaned up the integration module
2008-04-22 11:47:01 +00:00
dsyer
75434bd244 OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
Remove unnecessary clutter from BatchMessageListernerContainer (it's only really necessary to override two methods)
2008-04-21 14:09:55 +00:00
dsyer
b0fb4167dc OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
Add integration test.
2008-04-21 07:26:52 +00:00
dsyer
fd012bd49c Resolved some TODOs. 2008-01-28 13:56:48 +00:00
dsyer
8ea331bfc7 Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).
BATCH-238: Remove hibernate support for the Daos.
2007-12-10 21:23:48 +00:00