dsyer
21fb94a079
Oops, removed the incrementer parent by mistake.
2008-03-04 09:53:50 +00:00
dsyer
05609cc2fb
RESOLVED - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Better name for helper method.
2008-03-04 09:47:22 +00:00
lucasward
428a60f86f
BATCH-407:Added repository factory to samples and created a factory for incrementers for that logic to obtain them could be unit tested. Also renamed SimpelJobRepositoryFactoryBean to just JobRepositoryFactoryBean
2008-03-03 20:23:34 +00:00
dsyer
196b8547b8
OPEN - issue BATCH-404: FactoryBeans for step configuration
...
http://jira.springframework.org/browse/BATCH-404
Remove SimpleStepFactoryBean.
2008-03-03 16:16:59 +00:00
robokaso
ac1f86b1a5
RESLOVED - BATCH-346: CommandLineJobRunner now requires just single xml file argument, samples modified to use import statement (and removed parent context loading from test launcher)
2008-02-29 08:54:09 +00:00
dsyer
219e9a08a4
Externalise lob handler reference
2008-02-27 09:51:20 +00:00
lucasward
f092cb8a99
added a BatchResourceFactoryBean to fixedlengthImportJob and fixed a repository error it illuminated.
2008-01-28 15:41:43 +00:00
lucasward
2e68e82e84
BATCH-295: JobLauncher now only contains one method: run(Job, JobInstanceProperties). Misc. other changes were made to facilitate.
2008-01-22 23:39:41 +00:00
dsyer
c022df6ce0
RESOLVED - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
The hibernate job blocks with high isolatio nlevels because it is reading a cursor and then updating the same objects (the cursor is in a different transaction because it uses openSession()).
The resolution is to change the isolation level - might be worth some more careful work later to encourage the right sort of best practice.
2007-12-22 09:40:59 +00:00
dsyer
3712f0fe8d
IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
Comment out import of alt data source
2007-12-21 14:37:05 +00:00
dsyer
c456d3b306
IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
Move session factory to parent context
2007-12-21 14:36:24 +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
f49c9d9526
IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
SimpleJobRepository.findOrCreateJob now blocks if the transaction isolation level is high enough (see Javadocs).
2007-12-15 15:25:11 +00:00
dsyer
a583e068cf
Externalise location of scripts to initialise database
2007-12-12 23:27:05 +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