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