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
12d7203c03
IN PROGRESS - issue BATCH-267: Re-organise I/O (io) packages
...
http://jira.springframework.org/browse/BATCH-267
Remove unused packages
2007-12-31 15:45:50 +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
193f406e12
Ensure Javadocs and JUnit reports are aggregated at parent level.
2007-12-31 09:52:18 +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
376e84ff06
IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush
...
http://jira.springframework.org/browse/BATCH-262
Remove unused assembly in parent dir
2007-12-21 17:02:28 +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
01f64f013f
OPEN - issue BATCH-97: Fix integration tests on Bamboo server
...
http://jira.springframework.org/browse/BATCH-97
Use mininum bound (discard upper limit) when testing backoff strategies
2007-12-21 12:29:57 +00:00
dsyer
99dd9243a8
Project name wrong in .project
2007-12-21 11:58:05 +00:00
dsyer
a29f0f83e8
Re-organise parallel job to run quicker (not football job any more).
2007-12-20 08:55:18 +00:00
dsyer
6ad57bcb69
RESOLVED - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-170
Extract constants - no change.
2007-12-19 21:27:20 +00:00
dsyer
dfa9e646fe
RESOLVED - issue BATCH-154: Re-implement BeanWrapperFieldSetMapper using a DataBinder
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-154
Check that binder still works with default property editors.
2007-12-19 21:21:23 +00:00
dsyer
d0c42b7be1
RESOLVED - issue BATCH-154: Re-implement BeanWrapperFieldSetMapper using a DataBinder
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-154
Added new config options to BeanWrapperFieldSetMapper for custom property editors and extension points to create a custom binder if necessary.
2007-12-19 21:13:43 +00:00
dsyer
112150566c
Re-instate tests for optimistic locking in step dao
2007-12-19 21:06:31 +00:00
dsyer
79e7ebedd4
Re-instated changes for version check and optimistic locking
2007-12-19 21:01:32 +00:00
dsyer
6532fdba7a
Re-instate inner class for jdbc template
2007-12-19 20:58:57 +00:00
lucasward
ac7c7fca48
Fixed two test cases in AbstractStepDaoTests that were failing because code was lost in the Dao's due to how SVN handles file renaming.
2007-12-19 19:49:56 +00:00
lucasward
f016288ecd
Fixed issue caused by commits at the same time as a rename.
2007-12-19 17:38:23 +00:00
lucasward
b788ad462c
BATCH-217:Modified class names to Jdbc* from Sql*
2007-12-19 16:56:31 +00:00
lucasward
03ae5c4e4d
BATCH-217:Modified class names to Jdbc* from Sql*
2007-12-19 16:56:11 +00:00
lucasward
a41fef7eb6
BATCH-261:Added an extra test case to FieldSetTests to ensure padded input doesn't cause issues in the FieldSet. As mentioned in the issue, the BeanWrapperFieldSetMapper is likely causing the issue.
2007-12-19 15:22:32 +00:00
dsyer
17d3397594
OPEN - issue BATCH-170: Concurrent modification of StepExecution when running an asynchrounous step operation
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-170
Fix broken tests.
2007-12-19 13:48:29 +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
77e6a321f1
Re-vamped getting started guide for "m3a"
2007-12-18 18:27:09 +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
d037885933
RESOLVED - issue BATCH-259: FlatFileParsingException should include line number in its toString()
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-259
Add missing unit test for exception
2007-12-18 17:38:03 +00:00
dsyer
c3caf6e63a
RESOLVED - issue BATCH-259: FlatFileParsingException should include line number in its toString()
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-259
2007-12-18 10:23:34 +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
67a7a2de5b
Missing file from previous commit (Subclipse)
2007-12-17 13:15:05 +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
ddc4a48de1
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Remove recover method from AbstractItemProvider.
2007-12-17 09:44:40 +00:00
dsyer
611811d459
RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
Remove Recoverable interface (obsolete).
2007-12-16 18:06:05 +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
3c34d95ff8
OPEN - issue BATCH-87: Recoverable is a nasty abstraction - encourages stateful Tasklets.
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-87
Moved recovery responsibility to a separate infrastructure interface.
2007-12-16 14:22:34 +00:00
dsyer
a48b7847e3
RESOLVED - issue BATCH-127: Allow job configuration to control re-entrant behavior
...
http://opensource.atlassian.com/projects/spring/browse/BATCH-127
Tidy Javadocs.
2007-12-16 12:04:03 +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
1d41cb5465
RESOLVED: Add parent pom for samples in assembly package. Now you can unzip and (cd samples/spring-batch-samples; mvn test). Cool.
2007-12-15 16:39:24 +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