Commit Graph

32 Commits

Author SHA1 Message Date
dsyer
d8c0d33e95 Fix samples command line launchers so they work with m2eclipse 2009-04-22 06:34:08 +00:00
dsyer
339b8e3060 Tidy up loose ends from build 2009-04-13 11:34:07 +00:00
dsyer
3d8fd02b09 BATCH-818: Tweak central-build 2009-01-13 19:11:27 +00:00
robokaso
2973139959 IN PROGRESS - BATCH-827: Create Sample job for reading and writing headers and footers 2008-09-11 14:21:43 +00:00
dsyer
03aa49f09d Remove bogus source attachments from launchers 2008-09-04 08:15:07 +00:00
dsyer
d4d35cd668 OPEN - issue BATCH-770: Make ItemTransformer a first class citizen and rename as ItemProcessor
Done first pass.  Some tests needed.
2008-08-11 08:48:41 +00:00
dsyer
b8258c7758 RESOLVED - issue BATCH-743: ExportedJobLauncher should be able to stop running batches on an individual basis
Added some new methods to interface
2008-08-04 11:44:46 +00:00
dsyer
69a64758d8 OPEN - issue BATCH-733: Upgrade StepExecutionResourceProxy to be able to use values from job execution context.
Step 1: extend JobFactory implementations a bit to provide more options for creating the context (also consolidated TaskExecutor and QUartz JobLaunchers into JobRegstryBackgroundJobRunner).
2008-07-21 16:41:16 +00:00
dsyer
8ffa494527 RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number 2008-07-17 09:51:34 +00:00
robokaso
7e412c75ff IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 07:54:04 +00:00
dsyer
057aa351a5 Ensure job interruption is treated as exception in step and job 2008-07-07 14:20:59 +00:00
dsyer
54b322dfa7 RESOLVED - issue BATCH-715: Default value of saveState flag should be true 2008-07-05 16:01:32 +00:00
robokaso
5c6b37ecc3 RESOLVED - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
cleaned up the samples module
2008-04-22 11:53:33 +00:00
robokaso
d471b84fda RESOLVED - issue BATCH-534: Eclipse launch configurations have wrong path to main class 2008-03-31 16:02:15 +00:00
dsyer
383a9587be Fix up XML that was not re-factored with Spring IDE 2008-03-09 18:28:12 +00:00
nebhale
f02f6aa842 Adding SerialVersionUID warning ignore to the default Eclipse behavior for each project 2008-03-07 10:11:41 +00:00
dsyer
f5e85d5f63 Change svn:eol-style to LF 2008-03-06 21:59:13 +00:00
dsyer
d265ef6b3e Complete change to setter for job registry 2008-03-05 22:01:51 +00:00
dsyer
b5fe858e64 Incomplete - task 89: Resurrect Quartz sample 2008-03-05 15:02:53 +00:00
dsyer
6f6ea2d70e OPEN - issue BATCH-398: That old stateful / stateless thing again....
http://jira.springframework.org/browse/BATCH-398

Fix Eclipse launcher for command line jobs
2008-03-01 08:07:13 +00:00
lucasward
8797814b1b Updated the job launcher to work for the latest CommandLineJobRunner 2008-02-22 15:26:19 +00:00
dsyer
ee0236d657 OPEN - issue BATCH-371: FlatFileItemWriter no longer uses LineAggregator
http://jira.springframework.org/browse/BATCH-371

Extend ItemTransformer implementations that deal with field sets and arrays
2008-02-21 09:15:51 +00:00
lucasward
f092cb8a99 added a BatchResourceFactoryBean to fixedlengthImportJob and fixed a repository error it illuminated. 2008-01-28 15:41:43 +00:00
dsyer
d8da44cc92 RESOLVED - issue BATCH-312: Fix JMX demo now that JobIdentifier has been replaced with JobParameters
http://jira.springframework.org/browse/BATCH-312

Implemented ExportedJobLauncher and exposed in JMX
2008-01-24 12:49:36 +00:00
dsyer
8833158f0d Remove duplicate job name (causing failures in test suite) 2008-01-23 12:23:27 +00:00
dsyer
a00f675b6a Complete - task 67: Football job failures .
Remove unnecessary extra properties file and launcher - use jobLauncher instead
2008-01-19 17:10:52 +00:00
lucasward
b23991c9f1 BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files. 2008-01-17 14:45:54 +00:00
dsyer
c9fccc8d85 Make it easier to launch HSQLDB server - just use -Dbatch.jdbc.url= on the command line. 2007-12-16 12:03:29 +00:00
dsyer
f49302067e Project name change propagated to launchers for HSQLDB. 2007-12-13 19:39:28 +00:00
dsyer
5fa4ffc3b2 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Refactor JobRepository.findOrCreateJob() to return JobExecution.
2007-12-11 18:10:20 +00:00
dsyer
0c388a4686 Add .settings (especially important for mylyn prefs). 2007-12-10 21:38:53 +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