Commit Graph

587 Commits

Author SHA1 Message Date
dsyer
ddac3e8e5e RESOLVED - issue BATCH-296: rollback of first chunk fails
http://jira.springframework.org/browse/BATCH-296

Added additional test, but the bug was already fixed in m3.
2008-01-17 13:13:06 +00:00
dsyer
72167a78c6 Hopefully fix FieldSet changes (uncommitted) and add also some work in progress on JobLauncher interface change 2008-01-17 13:01:03 +00:00
dsyer
ce9ff5d25e Rollback previous change to football job (make config file path valid) 2008-01-17 12:54:00 +00:00
dsyer
5c02bf8994 Add DROP for runtim parameters table. 2008-01-17 12:52:31 +00:00
lucasward
1640e7173f Fixes for build errors 2008-01-16 21:56:31 +00:00
lucasward
383e8fc7e8 Fixes for build errors 2008-01-16 21:56:15 +00:00
dsyer
e588f3e41c Fix stupid spelling error in test method 2008-01-16 15:48:07 +00:00
dsyer
9c2df0b180 RESOLVED - issue BATCH-289: FieldSet should be an interface
http://jira.springframework.org/browse/BATCH-289

Created interface and moved implementation to DefaultFieldSet.
2008-01-16 14:39:11 +00:00
dsyer
5627d28945 RESOLVED - issue BATCH-293: ResourceLineReader eats newlines within a record's field
http://jira.springframework.org/browse/BATCH-293

Fixed using Java 2 features (not using the patch as such) - (implicit) StringBuffer instead of StringBuilder.
2008-01-16 14:19:07 +00:00
lucasward
1ca8796ab6 Misc. Name changes. (Mostly as a result of JobConfiguration -> job) 2008-01-16 11:50:34 +00:00
lucasward
8e3871e6a2 Misc. Name changes. (Mostly as a result of JobConfiguration -> job) 2008-01-16 11:48:56 +00:00
lucasward
bc1905247a Misc. Name changes. (Mostly as a result of JobConfiguration -> job) 2008-01-16 11:48:44 +00:00
dsyer
c0bf35b959 RESOLVED - issue BATCH-285: Problem with DelimitedLineTokenizer and whitespace after quote
http://jira.springframework.org/browse/BATCH-285

Refactored to treat quoted strings with whitepsace outside the quotes as a special case (stripping the whitespace before unquoting).  Non-quoted strings are not trimmed (but clients like the item readers may be trimming).
2008-01-16 10:35:36 +00:00
nebhale
7d0b209486 Updated to use activemq 5.0.0 2008-01-15 17:10:23 +00:00
dsyer
dcdac74657 IN PROGRESS - issue BATCH-277: Add Mysql schema and configurations to the DAO classes
http://jira.springframework.org/browse/BATCH-277

Switched order of "IF EXISTS" for MySQL.
2008-01-15 13:23:07 +00:00
dsyer
8bdf835cdd Fix compiler warnings 2008-01-15 13:18:10 +00:00
nebhale
29f1711270 Updated *properly* to the new version of aws plugin 2008-01-15 11:37:48 +00:00
nebhale
0f483b37bb Update to new version of aws plugin 2008-01-15 11:01:13 +00:00
lucasward
72f2cf1a91 Unit test fixes. 2008-01-14 23:11:17 +00:00
lucasward
810e51ed9d Unit test fixes. 2008-01-14 23:11:12 +00:00
lucasward
03852c8cb2 BATCH-273: JobConfiguration renamed to Job 2008-01-14 22:58:44 +00:00
lucasward
aeab6a219f BATCH-273: JobConfiguration renamed to Job 2008-01-14 22:58:24 +00:00
lucasward
46276c65fd BATCH-273: JobConfiguration renamed to Job 2008-01-14 22:57:57 +00:00
lucasward
f39f6625fc BATCH-272:Changed BATCH_JOB to BATCH_JOB_INSTANCE and BATCH_STEP to BATCH_STEP_INSTANCE 2008-01-14 20:56:37 +00:00
dsyer
8afab082bf BATCH-283.
Remove final keyword
2008-01-14 14:52:33 +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
ce9814f573 BATCH-84:Added BATCH_JOB_INSTANCE_PROPERTIES table and removed schedule date from the BATCH_JOB table. Also updated JdbcJobDao to store a serialization of the JobInstanceProperties (renamed from JobParameters) in the JOB_KEY column, for unique identification. 2008-01-11 06:04:58 +00:00
lucasward
af3af0a82f BATCH-84:Added BATCH_JOB_INSTANCE_PROPERTIES table and removed schedule date from the BATCH_JOB table. Also updated JdbcJobDao to store a serialization of the JobInstanceProperties (renamed from JobParameters) in the JOB_KEY column, for unique identification. 2008-01-11 06:04:47 +00:00
lucasward
17963b3386 BATCH-269:Moved PassThroughFieldSetMapper from Samples to Infrastructure. 2008-01-07 15:49:17 +00:00
lucasward
ce16a9e5bc BATCH-269:Moved PassThroughFieldSetMapper from Samples to Infrastructure. 2008-01-07 15:49:08 +00:00
lucasward
cea8294db7 BATCH-84: Fixes for two test failures discovered by CI 2008-01-07 06:38:35 +00:00
lucasward
e39f02a8d7 BATCH-84: Fixes for two test failures discovered by CI 2008-01-07 06:38:29 +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
9ab9788cc0 BATCH-84: Modified JobIdentifier interface to include new JobRuntimeParameters value object, and modified its subclasses accordingly. 2008-01-07 06:19:15 +00:00
lucasward
ea93f7a4c7 BATCH-84: Modified JobIdentifier interface to include new JobRuntimeParameters value object, and modified its subclasses accordingly. 2008-01-07 06:19:06 +00:00
lucasward
e8c2539656 BATCH-263:XML and FlatFile item readers will no longer throw IllegalStateException on afterPropertiesSet if resource.exists() == false. Instead, they will check that a resource exists when initialized by the first call to read(). 2008-01-03 20:31:15 +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
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