Commit Graph

594 Commits

Author SHA1 Message Date
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
3bc8a53c22 BATCH-959: Cleaned up Spring config sets 2009-01-27 21:27:09 +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
3d8fd02b09 BATCH-818: Tweak central-build 2009-01-13 19:11:27 +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
d70cbba4e3 BATCH-794: Added Surefire config for SpringSource Repository 2009-01-10 16:10:42 +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
robokaso
f05be50863 IN PROGRESS - BATCH-971: add database writers to iosample
added processing phase to iosample
included jdbcBatch and hibernate into iosample and removed the redundant original samples
2008-12-17 13:29:50 +00:00
dsyer
96a55fdaaf XML schema header tidied 2008-12-16 21:32:29 +00:00
robokaso
85f815b094 RESOLVED - BATCH-969: FlatFileItemWriters interference in CompositeItemWriter
configurable transactional buffer name in TransactionAwareBufferedWriter
sample showing correct usage of two file writers simultaneously
2008-12-15 10:19:36 +00:00
dsyer
8681531404 jobLauncher run configuration was failing because no jobs were registered - added the BeanPostProcessor back to the simple context. 2008-12-12 09:45:24 +00:00
dsyer
6acaa8b90a BATCH-959: applied patch to .springBeans 2008-12-12 07:47:15 +00:00
trisberg
e8ef2ae31d BATCH-965: renamed batch writer to JdbcBatchItemWriter and added named parameter support, added JPA and Hibernate writers 2008-12-11 17:47:35 +00:00
robokaso
d025bb6dc1 RESOLVED - BATCH-961: integration tests for JobOperator
tested multiple instances running simultaneously
2008-12-11 11:41:48 +00:00
robokaso
53bd11fbf6 IN PROGRESS - BATCH-961: integration tests for JobOperator
more assertions
2008-12-10 15:41:29 +00:00
robokaso
9483e31103 IN PROGRESS - BATCH-961: integration tests for JobOperator
polishing
2008-12-10 15:10:42 +00:00
robokaso
ad84e6fb83 IN PROGRESS - BATCH-961: integration tests for JobOperator
added start-stop-resume-stop testcase
2008-12-10 14:45:45 +00:00
robokaso
c795098827 RESOLVED - BATCH-963: ExecutionContext modifications in ItemStream.close(ExecutionContext) are not persisted
removed ExecutionContext argument from ItemStream.close() signature
2008-12-10 12:06:03 +00:00
dsyer
fe5828d3e5 RESOLVED - issue BATCH-945: Add support for step and job name in late binding
Also added some null checks in SimpleJobExplorer
2008-12-10 12:03:09 +00:00
dsyer
f2f14a90e6 BATCH-959: applied patch 2008-12-10 11:36:25 +00:00
dsyer
c84981ec9b Remove cycles in fieldset references and paging queries 2008-12-07 19:43:39 +00:00
dsyer
5d62e4d436 BATCH-956: remove pause and wait features 2008-12-06 14:06:54 +00:00
dsyer
708364f1cc Make as many dependencies as possible optional (it's not inherited from parent apparently). 2008-12-03 21:21:01 +00:00
dsyer
a9dbf8c942 Update JTDS depdendency (BRITS-74). 2008-12-03 12:08:10 +00:00
dsyer
d49d196bee Revert changes committed in error (fixes build hopefully) 2008-12-03 03:28:05 +00:00
dsyer
173e9a259c Upgrade to Spring Integration RC2 2008-12-02 16:17:54 +00:00