dsyer
173e9a259c
Upgrade to Spring Integration RC2
2008-12-02 16:17:54 +00:00
robokaso
9474d25b09
RESOLVED - BATCH-872: RFC: Should FileWriterCallback have two methods, one for headers and one for footers?
...
applied patch
2008-11-25 09:38:24 +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
f2542ee80a
Fixed the case on incrementerJob to use data/footballjob instead of data/footballJob
2008-11-12 16:47:52 +00:00
trisberg
5849e85485
BATCH-910: fixed case in path to data so tests won't fail on Linux
2008-11-12 14:54:21 +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
d85b64836b
formatting
2008-11-10 10:09:00 +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
dsyer
8eb244b49a
IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
...
Remove continuable from ExitStatus
2008-11-08 15:08:56 +00:00
dsyer
16606e3abd
IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
...
Change Tasklet to use RepeatStatus instead of ExitStatus to signal continuable status
2008-11-08 11:33:25 +00:00
dsyer
aec5d45053
Remove iffy technical package with funny name and fix Spring IDE config
2008-11-08 09:21:47 +00:00
lucasward
7d5e2d14c1
BATCH-676: Added sample jobs for non sequential execution and decisions
2008-11-07 20:46:57 +00:00
dsyer
8b2d02f5d9
IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
...
Replaced infrastrucure status with local enum and moved ExitStatus into core. TODO: maybe get rid of continuable.
2008-11-07 18:40:58 +00:00
dsyer
1270254608
Re-enable castor integration tests
2008-11-07 15:21:00 +00:00
dsyer
3191f76f39
More POM migrations
2008-11-06 18:21:35 +00:00
dsyer
7fdfe6bd34
mess around with poms to make maven work
2008-11-04 22:05:53 +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
dsyer
883ce9d356
BATCH-794: Move to BRITS style dependencies so we can build against Spring 3.0 snapshots
2008-11-04 08:20:09 +00:00
dsyer
e8956383dd
Tidy up spring config IDE settings
2008-10-30 12:07:44 +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
dsyer
6ec445d5f1
Remove TestSuite
2008-10-15 08:01:43 +00:00
dsyer
cbf3e4b5ea
IN PROGRESS - issue BATCH-264: Dependencies among jobs
...
Refactored SimpleJob and AbstractJob. Also had to fix JobRegistryBackgroundJobRunner to not use stdin for blocking.
2008-10-15 08:01:14 +00:00
macsuibhne
eacf9a41a1
Remove Maven release:prepare work in progress submitted in error
2008-10-10 13:44:17 +00:00
macsuibhne
90dab93435
Bundlor version is M1, not RELEASE
2008-10-10 13:13:45 +00:00
lucasward
5d4e279850
RESOLVED - issue BATCH-779: RFC: make FieldSetMapper and LineAggregator extend ItemProcessor
...
http://jira.springframework.org/browse/BATCH-779
Updated FieldSetMapper interface method to mapFieldSet from simply map, in order to be more consistent with other *Mapper implementations.
2008-10-09 21:20:31 +00:00
robokaso
3acd3228d3
RESOLVED - BATCH-779: RFC: make FieldSetMapper and LineAggregator extend ItemProcessor
...
reverted to original method names
2008-10-09 11:16:11 +00:00
robokaso
81513dbdc6
REOPENED - BATCH-779: RFC: make FieldSetMapper and LineAggregator extend ItemProcessor
...
remove the "extends ItemProcessor" clauses
2008-10-09 11:03:46 +00:00
robokaso
3df72df1b1
REOPENED - BATCH-745: strong typing in AggregateItemReader
...
moved AggregateItemReader to samples
2008-10-09 09:33:19 +00:00