robokaso
75111fbe01
RESOLVED - BATCH-595: Incorrect JDBC type for job parameters of long type
...
used Types.BIGINT instead of Types.INTEGER for Long values
2008-04-22 11:24:49 +00:00
dsyer
1c8df0d5f5
wrong description of scope of execution context
2008-04-22 09:26:10 +00:00
robokaso
7e41ff0381
IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
...
cleaned up infrastructure module
2008-04-22 09:26:10 +00:00
robokaso
91e5467279
IN PROGRESS - BATCH-85: Many warnings in Javadocs (e.g. missing links and parameter names)
...
cleaned up the core module
2008-04-22 08:16:20 +00:00
lucasward
447997a5bc
BATCH-599:Added additional content to the section on TaskletStep
2008-04-22 02:43:05 +00:00
dsyer
75434bd244
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
...
Remove unnecessary clutter from BatchMessageListernerContainer (it's only really necessary to override two methods)
2008-04-21 14:09:55 +00:00
robokaso
90df52ac55
RESOLVED - BATCH-593: Calling update before read on DrivingQueryItemReader causes ArrayIndexOutOfBoundsError
...
fixed bug and tested the scenario for all ItemReaders
2008-04-21 08:05:43 +00:00
dsyer
b0fb4167dc
OPEN - issue BATCH-574: BatchMessageListernerContainer needs to have transaction boundaries defined around batching
...
Add integration test.
2008-04-21 07:26:52 +00:00
dsyer
ca88c5693a
updgrade to spring-oxm 1.0.4 to avoid pom issue
2008-04-20 09:15:31 +00:00
robokaso
8326f540a7
RESOLVED - BATCH-577: JdbcCursorItemReader doesn't work with Derby
...
isolated the problematic ResultSet#getRow() call to be used only for cursor position verification and added javadoc to disable the verification when used with Derby
2008-04-17 09:27:34 +00:00
robokaso
73227ce6e6
updated out-of-date javadocs
2008-04-16 14:26:17 +00:00
robokaso
f9d97f5a3b
RESOLVED - BATCH-589: StepExecutionResourceProxy's toString() leads to NPE
...
toString returns filePattern if delegate is null
2008-04-16 13:14:00 +00:00
robokaso
eb67e73ab0
replaced StringBuilder with StringBuffer to fix samples-14 build (I though using StringBuilder outside samples was ok?)
2008-04-16 13:00:14 +00:00
robokaso
cbad1565d3
RESOLVED - BATCH-590: broken rollback/buffering in JdbcCursorItemReader
...
fixed the buffering issue and added a more thorough rollback test for all readers
2008-04-16 12:41:54 +00:00
robokaso
3d30a64f0b
RESOLVED - BATCH-589: StepExecutionResourceProxy's toString() leads to NPE
...
added assertion delegate is not null in toString (similar to other methods) and removed the toString usage in FlatFileItemReader#setResource
2008-04-16 08:09:50 +00:00
robokaso
33ab740a1f
OPEN - BATCH-587: Validation : add error object in ValidationException
...
richer exception messages in SpringValidator + cleaned up the implementation a bit
2008-04-15 13:30:32 +00:00
robokaso
0c40ce5141
RESOLVED - BATCH-578: remove self-initialization from ItemReader#read() implementations
2008-04-14 09:10:17 +00:00
dsyer
60c8015009
Updated use cases a bit to be clear about scope for 1.0
2008-04-13 06:52:57 +00:00
dsyer
8a023b6c5c
[BATCH-579] Remove redundant IOException
2008-04-11 21:19:49 +00:00
lucasward
f162c1bd21
BATCH-508: Added default values to ExecutionContext
2008-04-11 20:26:20 +00:00
dsyer
eb518799cf
Remove use of deprecated constructor
2008-04-11 07:04:33 +00:00
robokaso
70d1098844
ad-hoc try to fix the CI build (can't reproduce the failure)
2008-04-10 14:25:27 +00:00
robokaso
9937a4c703
removed temporary test suite
2008-04-10 14:19:02 +00:00
robokaso
c7d2a7e8bf
RESOLVED - BATCH-396: jdbc and map daos should share tests
2008-04-10 14:07:52 +00:00
dsyer
3e787fb680
Tidied up javadocs in UnexpecteJobExecutionException and deprecated less informative constructors.
2008-04-10 08:52:00 +00:00
robokaso
5ff2e320bc
RESOLVED - BATCH-522: abstract common concerns from BatchSqlUpdateItemWriter and HibernateAwareItemWriter
...
duplicate logic pulled up to AbstractTransactionalResourceItemWriter
2008-04-09 09:39:53 +00:00
lucasward
58448aa23b
BATCH-553:Added a protected getter for ChunkOperations to SimpleStepFactoryBean
2008-04-09 03:53:48 +00:00
lucasward
3edc30eec6
BATCH-531: Moved item count increment from Step to ItemHandler so that the last call to ItemReader#read() doesn't inadvertently increment the count. Also added a test case.
2008-04-09 03:38:27 +00:00
robokaso
3877476e15
RESOLVED - BATCH-567: rename CompositeProcessorSample to CompositeItemWriterSample
2008-04-08 12:28:35 +00:00
robokaso
c971e12a03
fix test
2008-04-08 12:07:20 +00:00
dsyer
63127b2e00
[BATCH-568] added check for cursor returning array
2008-04-08 11:43:23 +00:00
robokaso
fa3775851b
RESOLVED - BATCH-143: uniform tests for IO sources
...
abstract CommonItemStreamItemReaderTests added + subclasses that setup different reader implementations
2008-04-08 11:11:16 +00:00
dsyer
a5b934822c
Javadocs (implement TODOs)
2008-04-08 07:30:36 +00:00
dsyer
3e2643b9ec
Remove redundant public keyword from ItemWriter
2008-04-08 07:28:28 +00:00
robokaso
e3d4186bf8
RESOLVED - BATCH-556: create common step tests
...
added tests for AbstractStep
2008-04-07 10:51:20 +00:00
dsyer
b0ba064247
RESOLVED - issue BATCH-565: StatefulRetryStepFactoryBean ignores skip configuration
...
Added additional protected getter so the skip policy can be determined from base class
2008-04-07 10:39:38 +00:00
dsyer
cbd12f3fa0
RESOLVED - issue BATCH-564: CompositeSkipListener has method from StepExecutionListener
2008-04-07 09:40:53 +00:00
robokaso
d6c79227e7
RESOLVED - BATCH-558: TaskletAdapter still maps to CONTINUABLE by default
...
updated javadoc
2008-04-07 08:24:26 +00:00
robokaso
4a1fb49053
RESOLVED - BATCH-558: TaskletAdapter still maps to CONTINUABLE by default
...
changed the default return value to ExitStatus.FINISHED
2008-04-07 08:19:22 +00:00
robokaso
0eac8f0c6f
RESOLVED - BATCH-561: ItemReaderAdapter still implements unnecessary close method
...
removed the redundant close method + added javadoc to no-op mark and reset
2008-04-07 08:07:27 +00:00
dsyer
45b3b0e6c3
RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter
...
Move "non-existent file" to target dir
2008-04-07 07:54:38 +00:00
dsyer
5d16dc4cdb
[BATCH-560] Make sure file exists before setting read only
2008-04-07 07:49:38 +00:00
dsyer
35f0b6a917
RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter
2008-04-07 07:35:41 +00:00
dsyer
5c1eed2fba
RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter
2008-04-07 07:35:26 +00:00
dsyer
82719ce49c
RESOLVED - issue BATCH-562: org.springframework.batch.execution package still referenced in documentation
2008-04-07 07:29:55 +00:00
dsyer
afb9508e4f
RESOLVED - issue BATCH-560: StepExecutionResourceProxy can not be used with FlatFileItemWriter
2008-04-07 07:21:18 +00:00
dsyer
7dcda664c3
RESOLVED - issue BATCH-546: pull duplicates from TaskletStep and ItemOrientedStep into AbstractStep
...
Tidied up by changing visibility of some methods and fields.
2008-04-04 16:54:29 +00:00
dsyer
ea11f4fa1c
RESOLVED - issue BATCH-539: Oracle schema could use more oracle-appropriated datatypes.
...
Applied patch from JIRA
2008-04-04 16:41:12 +00:00
robokaso
9a222286b8
RESOLVED - issue BATCH-546: pull duplicates from TaskletStep and ItemOrientedStep into AbstractStep
2008-04-04 14:57:27 +00:00
dsyer
646965b32d
RESOLVED - issue BATCH-539: Documentation detailing queries used in repositories, so that DBA can set up indexes
2008-04-04 11:48:30 +00:00