Commit Graph

293 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
trisberg
ac479e76f2 fixed case of imported file location, fixed skipSampleFunctionalTests to not leave data behind 2008-11-25 03:08:08 +00:00
trisberg
75c2dba8df fixed case of imported context to jobs/ioSampleJob.xml 2008-11-25 02:13:51 +00:00
lucasward
70ab219ecc OPEN - issue BATCH-911: Consolidate Samples
http://jira.springframework.org/browse/BATCH-911

Fixed issues with case in iosample tests.
2008-11-24 19:32:49 +00:00
lucasward
9c3b62f6b7 OPEN - issue BATCH-911: Consolidate Samples
http://jira.springframework.org/browse/BATCH-911

There is now a new sample job called ioSample, which contains simple examples of all the major item reader and writer combinations, by substituting out implementations in the same job, rather than having a separate job per implementation.
2008-11-24 18:53:01 +00:00
robokaso
fc9b3887a9 organize imports 2008-11-24 12:42:58 +00:00
robokaso
690437e41a findbugs fixes 2008-11-24 12:41:19 +00:00
robokaso
d2c1d5b380 @SuppressWarnings("unchecked") 2008-11-24 09:34:16 +00:00
robokaso
0bcf2e092c RESOLVED - BATCH-938: Clean up DelimitedLineAggregator implementation
applied patch
2008-11-24 09:20:22 +00:00
trisberg
c11cb3f111 fixed test failure due to data polution from other tests 2008-11-21 03:23:07 +00:00
lucasward
6e39c1a572 OPEN - issue BATCH-911: Consolidate Samples
http://jira.springframework.org/browse/BATCH-911

Consolidated non sequential and incrementer jobs into skipSample.
2008-11-18 20:23:49 +00:00
trisberg
3b0331a263 BATCH-63: changed <process-task> to <item-task> and removed fault-tolerant attribute, autodetecting the need from other configuration settings 2008-11-17 21:30:33 +00:00
dsyer
df3b9181e3 @Befor ehas to be public 2008-11-15 10:58:34 +00:00
dsyer
501c6d053d Remove test data before launch 2008-11-15 09:22:14 +00:00
dsyer
88650ec55a Move javadocs to 'deployment' profile. 2008-11-15 09:02:32 +00:00
robokaso
675ffb70b7 RESOLVED - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
multiResourceJob used as sample also for output
2008-11-13 10:11:50 +00:00
lucasward
12c4fb0e59 BATCH-910: A new job has been added to showcase the JobParametersIncrementer usage of JobOperator, and the non-sequential step was updated to use a file name coming from JobParameters. 2008-11-11 20:46:54 +00:00
trisberg
647d9d7439 increased SLEEP_INTERVAL to prevent intermittent test failures 2008-11-11 20:41:17 +00:00
dsyer
2b2eda542a Add @Override to subclass 2008-11-10 10:04:53 +00:00
dsyer
ce1ee1a235 Update parallel sample for Java 5 and Spring Batch 2 2008-11-09 08:32:21 +00:00
dsyer
aaa7c03b2b Tidy up base classes in batch-test 2008-11-08 16:10:14 +00:00
lucasward
7d5e2d14c1 BATCH-676: Added sample jobs for non sequential execution and decisions 2008-11-07 20:46:57 +00:00
robokaso
7a4caca1fd RESOLVED - BATCH-897: Version is not rehydrated from database in JobInstance or JobExecution
-added concurrent modification checks for JobExecution
-included version in the SQL selects (version value is loaded from db)
2008-11-04 12:14:26 +00:00
robokaso
a5c6347e89 RESOLVED - BATCH-893: Remove the HibernateAwareItemWriter?
-removed HibernateAwareItemWriter and fixed sample
-moved business logic from CustomerCreditIncreaseItemWriter into processor
2008-10-30 11:11:10 +00:00
dsyer
185cc05ed4 Remove unused import 2008-10-30 07:29:14 +00:00
trisberg
1fa38d4c20 BATCH-859: fixed failing tests 2008-10-28 20:00:56 +00:00
robokaso
336c267dd8 IN PROGRESS - BATCH-858: Pause / resume of Job
pausing should now work
2008-10-21 16:26:40 +00:00
robokaso
2d3c928fa3 IN PROGRESS - BATCH-858: Pause / resume of Job
used same tx isolation for getLastJobExecution(..) as for createJobExecution(..)

added simple functional test with JobOperator (same id returned after pause and resume)
2008-10-21 14:06:37 +00:00
trisberg
f840809ef2 @After now removes added customer rows that could impact other tests 2008-10-21 04:26:48 +00:00