Commit Graph

549 Commits

Author SHA1 Message Date
dhgarrette
c92b45a6fc changed <end on="FAILED"/> to <fail on="FAILED"/> 2009-03-07 00:00:18 +00:00
dhgarrette
78c88afce0 BATCH-1125: Modified NoWorkFoundStepExecutionListener so that it will fail the step. Removed unused NoWorkFoundException. 2009-03-06 23:51:53 +00:00
dsyer
bb9fd79bf1 Rationalise writer exception hierarchy 2009-03-06 08:24:12 +00:00
lucasward
6f9fb36157 BATCH-1114: Moved FlushFailedException into support.transaction 2009-03-04 04:54:25 +00:00
dsyer
f2f7a12eaa RESOLVED - issue BATCH-1109: Generalise PrefixMatching* to PatternMatching* 2009-03-03 17:11:49 +00:00
dsyer
8bd116006c RESOLVED - issue BATCH-1102: Classes with "listener" annotations should be auto-registered
Added convenience methods to *ListenerFactoryBean and then used in *StepFactoryBean
2009-02-25 16:03:39 +00:00
dsyer
044a91eddf BATCH-1103: Added partitioning sample 2009-02-25 12:31:13 +00:00
dhgarrette
88e9259164 RESOLVED - BATCH-1101: Remove StepScope bean definition from samples that don't need it 2009-02-24 19:20:08 +00:00
dhgarrette
e0c30c26c1 BATCH-1100: moved state data update to @AfterWrite method 2009-02-24 19:01:13 +00:00
dhgarrette
0a49194ad4 BATCH-1100: enhanced sample to show more complex use case. the test has some assertions commented out because of the bug referenced in this issue. 2009-02-24 16:49:46 +00:00
dsyer
b5450ddc67 RESOLVED - issue BATCH-1093: Make AbstractJobTests.makeUniqueJobParameters() public
RESOLVED - issue BATCH-1096: Add late binding to some io samples 
RESOLVED - issue BATCH-1087: ClassPathXmlJobRegistry does not accept patterns for resources 
RESOLVED - BATCH-1098: added test for @AfterWrite in FaultTolerantChinkProcessorTests
2009-02-24 15:34:49 +00:00
dhgarrette
753bda60df BATCH-1099: added totalAmount variable to SkipSample 2009-02-24 15:32:01 +00:00
dhgarrette
164ce4f60d Changed SkipCheckingListener to use annotations instead of interface. 2009-02-18 20:48:52 +00:00
dhgarrette
fd67b7f381 BATCH-1084: renamed "status" attribute to "exit-code" 2009-02-18 16:23:27 +00:00
dsyer
7d11d3bff4 OPEN - issue BATCH-1087: ClassPathXmlJobRegistry does not accept patterns for resources
Fix test in sample.
2009-02-18 10:29:54 +00:00
dsyer
365fd46744 RESOLVED - issue BATCH-1011: Need distinction between "stop" and "end" transitions?
Push JobExecution status update out of the EndState and back into FlowJob (via FlowExecutor).
2009-02-17 13:11:33 +00:00
dsyer
3836cd9597 RESOLVED - issue BATCH-1050: SimpleJobExplorer doesn't retrieve StepExecutions of running JobExecutions using MapStepExecutionDao
Make StepExecutionDao interface clearer from the point of view of adding step executions to a JobExecution.
2009-02-17 09:00:11 +00:00
trisberg
46e67ab1cb BATCH-949: renamed mapper property to rowMapper 2009-02-16 14:22:16 +00:00
dsyer
7533f90480 BATCH-1011: Refactor BatchStatus again so that FAILED has the same meaning as before (1.1.x etc.) and ABANDONED is introduced to signify a step that failed but does not need to be replayed on restart (formerly known as INCOMPLETE). 2009-02-15 10:59:44 +00:00
dhgarrette
fa56955f8d BATCH-1064: Changed BatchStatus.FAILED to BatchStatus.INCOMPLETE where necessary 2009-02-14 19:34:51 +00:00
trisberg
a0ce2485d3 BATCH-1075: fixed failing sample 2009-02-13 18:41:06 +00:00
dhgarrette
b04841548e BATCH-1064: Switched the semantics of INCOMPLETE and FAILED. Combined INCOMPLETE with STOPPED. INCOMPLETE jobs and steps can be restarted while COMPLETED and FAILED jobs and steps cannot. 2009-02-13 06:12:28 +00:00
dhgarrette
474ca20378 BATCH-1013: Fix sample to resolve failed test (check-ins crossed paths) 2009-02-11 17:13:39 +00:00
dhgarrette
5fd6288ba6 BATCH-1008: changed order of elements so that transitions are last in a step definition 2009-02-11 16:56:48 +00:00
lucasward
7595da39ac BATCH-1068: Updated Football job to use a top level step and reference. 2009-02-11 15:53:05 +00:00
trisberg
d3396a3fa7 BATCH-1013: split the <step> elements name attribute into id and ref attributes 2009-02-10 04:52:03 +00:00
dsyer
ed60703fdf More tooling tweaks for namespace 2009-02-05 07:50:23 +00:00
dhgarrette
18f7870ba2 BATCH-1033: Created PrefixMatchingCompositeLineMapper and reorganized PrefixMatchingCompositeLineTokenizer so that its lookup functionality could be reused. Also updated the multiRecordType sample by removing PrefixMatchingCompositeFieldSetMapper in favor of the new class. 2009-01-28 05:00:06 +00:00
dhgarrette
cf39e049c0 BATCH-960: Removed unnecessary test classes 2009-01-27 20:54:28 +00:00
dhgarrette
459f7d575d Uncommenting code that was breaking due to BATCH-1004 2009-01-27 19:32:56 +00:00
robokaso
f4fa341233 RESOLVED - BATCH-1026: Rename ExitStatus.FINISHED to ExitStatus.COMPLETED 2009-01-27 11:38:26 +00:00
robokaso
c3a9a95a9e RESOLVED - BATCH-1021: AssertFile.assertFileEquals(File,File) parameters in the wrong order
applied patch
2009-01-26 15:12:46 +00:00
robokaso
c1bf75731f RESOLVED - BATCH-1020: Create Loop Flow Sample
applied patch
2009-01-26 15:00:37 +00:00
robokaso
d09691aad2 RESOLVED - BATCH-1016: Create listener to promote items from Step ExecutionContext to Job ExecutionContext
applied patch and added unit test in core
2009-01-26 11:11:59 +00:00
robokaso
e53dcab046 RESOLVED - BATCH-1019: Create one sample without the namespace
patch applied
2009-01-26 10:32:25 +00:00
trisberg
b0f182e951 BATCH-982: applied BATCH-982-B.patch to update samples to use the batch namespace 2009-01-23 16:43:10 +00:00
robokaso
c08bdad717 OPEN - BATCH-999: JobExecution ExecutionContext should not be persisted by Step?
distinguish between save and update in ExecutionContextDao interface
initially save EC together with the execution it belongs to
2009-01-20 13:32:14 +00:00
robokaso
8e41bc5603 RESOLVED - BATCH-952: StagingItemReader is not restartable
introduced ProcessIndicatorItemWrapper (includes id) and StagingItemProcessor (marks processed inputs) to achieve restartability for parallelJob
2009-01-15 12:06:51 +00:00
dsyer
df2ef02932 CLOSED - issue BATCH-979: Insert Apache license header in Java sources (where missing) 2009-01-13 11:08:59 +00:00
dsyer
3e3c548210 Move hbm.xml mappings to more conventional location 2009-01-12 12:16:27 +00:00
dsyer
f8a69a083b Tidy imports 2009-01-02 16:04:40 +00:00
dsyer
bd3ab51c60 Tweak the JobOperator slightly and add Javadocs. 2008-12-31 16:23:11 +00:00
dsyer
d8c3020176 Add @Transactional to SimpleJobRepostory.stop() 2008-12-31 07:29:23 +00:00
lucasward
a9688adf76 BATCH-982: committed patch 2008-12-31 05:27:13 +00:00
dsyer
f6131a0f40 BATCH-941: Applied patch 2008-12-30 17:42:48 +00:00
dsyer
7d7480578d RESOLVED - issue BATCH-920, BATCH-974: ChunkContext in StepContextRepeatCallback is unused 2008-12-30 13:40:18 +00:00
dsyer
e4ca63a927 RESOLVED - issue BATCH-980: Add SystemPropertyInitializer 2008-12-30 09:23:27 +00:00
robokaso
dcb5111b70 RESOLVED - BATCH-971: add database writers to iosample
JPA iosample
2008-12-18 10:42:46 +00:00
robokaso
194cc1db69 IN PROGRESS - BATCH-971: add database writers to iosample
migrate ibatisJob to iosamples
fixed AbstractPagingItemReader to reset its state on close()
2008-12-17 16:31:13 +00:00
robokaso
c98903793a IN PROGRESS - BATCH-971: add database writers to iosample
cleanup
2008-12-17 14:07:44 +00:00