Commit Graph

52 Commits

Author SHA1 Message Date
lucasward
46276c65fd BATCH-273: JobConfiguration renamed to Job 2008-01-14 22:57:57 +00:00
dsyer
448409a257 IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277

Added MySQL to samples and execution DDL generator (untested).
2008-01-13 12:45:51 +00:00
lucasward
17963b3386 BATCH-269:Moved PassThroughFieldSetMapper from Samples to Infrastructure. 2008-01-07 15:49:17 +00:00
lucasward
fc8c14501c BATCH-84: Modified JobIdentifier interface to include new JobRuntimeParameters value object, and modified its subclasses accordingly. 2008-01-07 06:19:21 +00:00
lucasward
bb5de7a2b9 Removed unnecessary entries from .project file. 2008-01-03 17:21:00 +00:00
dsyer
7084490d86 OK, let's try the Q4 plugin (instead of M2). Comments anyone? 2008-01-03 16:11:10 +00:00
dsyer
c423fff306 Rename provider package as "reader" 2008-01-02 14:41:06 +00:00
dsyer
98a050950a Switch back to M2 plugin 2008-01-02 14:06:01 +00:00
dsyer
1be07ec5b2 IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
http://jira.springframework.org/browse/BATCH-267

Rationalize interface locations to minimize chance of cycles in future.
Rename and refactor OXM interfaces a bit to be more consistent
2008-01-02 09:21:44 +00:00
dsyer
03ea1e3826 IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
http://jira.springframework.org/browse/BATCH-267

Remove package cycles
2007-12-31 17:13:40 +00:00
dsyer
3ee3007c46 IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
http://jira.springframework.org/browse/BATCH-267

Initial draft - separating flat file and xml processing
2007-12-31 15:42:15 +00:00
dsyer
5eba0085bd StagingItemReader open() can be called multiple times concurrently, so no need to assert that it isn't already open. 2007-12-24 14:15:52 +00:00
dsyer
19164926b6 Remove java.sql.Timestamp from domain objects. 2007-12-22 09:43:04 +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
22a20d32ae IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush
http://jira.springframework.org/browse/BATCH-262

Revert to less verbose logging
2007-12-21 14:44:17 +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
a29f0f83e8 Re-organise parallel job to run quicker (not football job any more). 2007-12-20 08:55:18 +00:00
lucasward
03ae5c4e4d BATCH-217:Modified class names to Jdbc* from Sql* 2007-12-19 16:56:11 +00:00
dsyer
37696b45f4 OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
http://opensource.atlassian.com/projects/spring/browse/BATCH-170

Synchronized and added OptimisticLockingException to SqlStepDao.  The parallel job now runs cleanly (tried it a few times).
2007-12-19 13:06:31 +00:00
dsyer
7f71dc55ce IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Remove unnecessary uses of Delegating ItemReader from samples.
2007-12-18 18:47:33 +00:00
dsyer
9405d078f9 Spelling error in comment 2007-12-18 17:48:28 +00:00
dsyer
e8d56a800d Fix Spring IDE warnings (edit config sets) 2007-12-18 17:47:44 +00:00
dsyer
fe54a6f38d IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Rename class and method names (Provider -> Reader)
2007-12-17 14:12:24 +00:00
dsyer
ab98d1ebe6 IN PROGRESS - issue BATCH-212: Merge InputSource with ItemProvider
http://opensource.atlassian.com/projects/spring/browse/BATCH-212

Merge InputSource/ItemProvider -> ItemReader.
2007-12-17 13:13:39 +00:00
dsyer
c117a44354 OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
http://opensource.atlassian.com/projects/spring/browse/BATCH-87

Tidied up test cases and removed DefaultStepExecutor (Simple* does everything).
2007-12-16 17:59:35 +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
6f13a1978e Line endings 2007-12-15 15:47:05 +00:00
dsyer
4f237d7ca6 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Useful integration test for JobExecutionAlreadyFoundException
2007-12-15 15:37:57 +00:00
dsyer
476393fee5 IN PROGRESS - issue BATCH-127: Allow job configuration to control re-entrant behavior
http://opensource.atlassian.com/projects/spring/browse/BATCH-127

Less verbose logging
2007-12-15 15:28:53 +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
92d72468fa Add Derby in test scope (borken build) 2007-12-14 14:51:55 +00:00
dsyer
b52676b1c3 Experimental job configuration loader for management purposes. 2007-12-14 01:23:32 +00:00
dsyer
7cd0a39ced Revert db URL property to work offline. 2007-12-14 01:22:13 +00:00
dsyer
f7c5e0ff44 Add parallel processing sample (parallel version of football job) 2007-12-14 01:21:29 +00:00
dsyer
4bbd3b7b02 Re-generate classpaths for missing dependency. 2007-12-14 01:16:25 +00:00
dsyer
f49302067e Project name change propagated to launchers for HSQLDB. 2007-12-13 19:39:28 +00:00
dsyer
0899b8994d BATCH-256: fixed postgres BLOB type 2007-12-13 19:37:55 +00:00
dsyer
4852380243 Invalid column name in cursor query 2007-12-13 15:18:30 +00:00
dsyer
a583e068cf Externalise location of scripts to initialise database 2007-12-12 23:27:05 +00:00
dsyer
445ae1637a Add flag for ignoring failed drop statement 2007-12-12 23:24:36 +00:00
dsyer
800896c409 Conversion to String is not automatic with some database platforms 2007-12-12 22:26:28 +00:00
dsyer
cc69a6a40c Fix schema for YEAR reserved word 2007-12-12 22:17:19 +00:00
dsyer
7aedf3f5e6 Fix schema for YEAR reserved word 2007-12-12 22:09:33 +00:00
dsyer
644cc19a85 Fix schema for YEAR reserved word 2007-12-12 22:09:10 +00:00
dsyer
0a416d7b3b YEAR is reserved word in Derby (and other platforms) 2007-12-12 22:08:25 +00:00
dsyer
6e8cb97ef8 Ignore drop script failure in initialisation (to accommodate DB platforms that don't allow tests for tables existence in SQL). 2007-12-12 22:07:14 +00:00
dsyer
5f72ab94c2 Undo wrong DB URL for offline testing. 2007-12-11 19:38:09 +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
lucasward
d706b0c075 Correct root pom.xml to contain objectstyle.org repository, which is
necessary for the foundrylogic jar to get downloaded.
2007-12-10 22:04:46 +00:00