Commit Graph

607 Commits

Author SHA1 Message Date
dsyer
eeddeff59b OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
2008-01-22 13:52:17 +00:00
dsyer
552549f897 OPEN - issue BATCH-303: Replace repeat contexts in core domain with boolean flag that can be checked by executors
http://jira.springframework.org/browse/BATCH-303
2008-01-22 13:45:02 +00:00
dsyer
3d5c2b44e3 OPEN - issue BATCH-192: ScheduledJobIdentifier.scheduleDate can cause issues because it is java.util.Date
http://jira.springframework.org/browse/BATCH-192

Add test for Timestamp in job parameters.
2008-01-21 16:05:23 +00:00
dsyer
4a900c8800 Comment on use of non-nulls in parameters table 2008-01-21 15:53:04 +00:00
dsyer
678ccc06d9 RESOLVED - issue BATCH-45: Create a POJO adapter for batch Tasklet
http://jira.springframework.org/browse/BATCH-45

Use the existing method invoking delegator to provide a crude adapter (not trying to pass result back in).
2008-01-21 15:29:12 +00:00
dsyer
d5b0b35175 RESOLVED - issue BATCH-247: update samples job matrix
http://jira.springframework.org/browse/BATCH-247

Convert XLS job matrix to APT.
2008-01-21 14:34:10 +00:00
dsyer
c449d7c90c Fix order-dependent test failure (caused by lack of primary key in GAMES) 2008-01-21 14:10:22 +00:00
dsyer
8ab7e1371a RESOLVED - issue BATCH-281: Null fields cause problems in Oracle and Derby
http://jira.springframework.org/browse/BATCH-281
2008-01-21 13:44:50 +00:00
dsyer
badcf74c7b OPEN - issue BATCH-295: JobLauncher should have only one run method.
http://jira.springframework.org/browse/BATCH-295

Add a property editor for JobIdentifier so the JMX demo can work.
2008-01-21 11:37:12 +00:00
dsyer
c4e47ffab0 Remove unused imports 2008-01-21 11:31:47 +00:00
dsyer
a00f675b6a Complete - task 67: Football job failures .
Remove unnecessary extra properties file and launcher - use jobLauncher instead
2008-01-19 17:10:52 +00:00
lucasward
016e7e40c9 Fixed Thread timing issue in unit test that can cause issues on the build server. 2008-01-18 00:54:03 +00:00
lucasward
8565fdc069 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:41 +00:00
lucasward
0d43f7d307 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:27 +00:00
lucasward
530970c9d4 Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this. 2008-01-18 00:42:06 +00:00
lucasward
9d79f5340d Changed internal implementation of JobInstanceProperties to use LinkedHashMap instead of HashMap, to ensure consistent ordering. 2008-01-17 17:36:37 +00:00
dsyer
b6cd45be6b Javadoc TODO in private method 2008-01-17 16:18:01 +00:00
lucasward
c538ce6852 Added additional test to ensure JobInstanceProperties toString() is functioning properly 2008-01-17 16:17:29 +00:00
lucasward
b23991c9f1 BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files. 2008-01-17 14:45:54 +00:00
lucasward
682cfb560f BATCH-162: FootballJob unit test now uses a file with a smaller dataset, and has been removed from the exclusion portion of the pom. A .launch has been added which uses the large files. 2008-01-17 14:43:51 +00:00
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