Commit Graph

367 Commits

Author SHA1 Message Date
robokaso
d8ba0b6fbd IN PROGRESS - BATCH-712: Upgrade ItemReaders and ItemWriters to use Parameterized types 2008-07-18 14:15:26 +00:00
robokaso
6d34dff7d8 RESOLVED - BATCH-570: Job.getSteps() does not need to be exposed in the interface
removed the getSteps() method
2008-07-18 09:17:26 +00:00
robokaso
209d24abda IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 14:28:54 +00:00
robokaso
b3b24dfaa4 IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 13:41:32 +00:00
dsyer
8ffa494527 RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number 2008-07-17 09:51:34 +00:00
dsyer
e646cd8a16 Tweak manifests and make OSGi projects into S2AP bundles 2008-07-17 07:55:13 +00:00
robokaso
7e412c75ff IN PROGRESS - BATCH-709: Change all collections to use generics 2008-07-17 07:54:04 +00:00
robokaso
877737ab72 RESOLVED - BATCH-727: Move all POMs in trunk to 2.0.0.DEV-SNAPSHOT
changed the version to 2.0.0.CI-SNAPSHOT
2008-07-15 07:48:13 +00:00
dsyer
5556e61fc4 Remove unnecessary check for interruption in tasklet step listener 2008-07-07 14:22:23 +00:00
dsyer
057aa351a5 Ensure job interruption is treated as exception in step and job 2008-07-07 14:20:59 +00:00
dsyer
54b322dfa7 RESOLVED - issue BATCH-715: Default value of saveState flag should be true 2008-07-05 16:01:32 +00:00
dsyer
6bba98a9f5 Oops 2008-07-05 13:59:27 +00:00
dsyer
3d78c0bcb5 Dust off JMX demo 2008-07-05 07:32:44 +00:00
robokaso
086fded0cf RESOLVED - BATCH-708: merge MultiResourceItemReader and SortedMultiResourceItemReader 2008-07-04 08:28:11 +00:00
lucasward
fa5bcc3344 BATCH-700:Samples data off by one character. 2008-07-04 04:11:26 +00:00
lucasward
4156e441ba BATCH-700: Samples jobs didn't have correctly formatted data. 2008-07-04 03:56:42 +00:00
dsyer
8a10ccb1ee Move specific reader/writer to subpackages 2008-07-03 15:42:36 +00:00
robokaso
f1b0c31ca9 RESOLVED - BATCH-707: interrupt support in SystemCommandTasklet 2008-07-03 15:35:51 +00:00
robokaso
b480460efe RESOLVED - BATCH-705: TradeJobFunctionalTests might fail since verification queries don't have ORDER clause
applied patch
2008-07-03 07:24:11 +00:00
robokaso
ac8b1d9d49 RESOLVED - BATCH-702: TradeJobFunctionalTests fails on Oracle
applied patch
2008-07-02 11:22:17 +00:00
robokaso
805e9e0086 RESOLVED - BATCH-701: Business schema for MySQL should specify InnoDB as engine type
applied patch
2008-07-02 11:18:01 +00:00
robokaso
fa54917a0a RESOLVED - BATCH-699: Document thread safety
Added javadoc mostly to ItemReaders and ItemWriters adn fixed the misleading javadoc of ItemReader interface.
2008-07-02 11:11:16 +00:00
robokaso
5cd1efd248 RESOLVED - BATCH-695: SystemCommandTaskletIntegrationTests fails on Java 6 for Mac OS X
applied patch
2008-07-02 08:04:27 +00:00
robokaso
37ec7888ff RESOLVED - BATCH-697: JdbcGameDaoIntegrationTests fail in Oracle due to padding of CHAR(8) for PLAYER_ID column
applied Thomas' patch
2008-07-01 11:32:54 +00:00
robokaso
c82bebcafc RESOLVED - BATCH-696: JdbcPlayerDaoIntegrationTests fail due to rows added to customer table by other test
applied Thomas' patch
2008-07-01 09:51:59 +00:00
robokaso
cf37f2e31f * renamed PIECE_COUNT to READ_COUNT in AbstractBufferedItemReaderItemStream
* taskletJob now uses "java -version" as platform neutral successful command
2008-07-01 08:16:45 +00:00
dsyer
e72825d761 BATCH-328: applied patch for samples 2008-07-01 06:47:35 +00:00
dsyer
b95f14075e Add hibernate-config to config set 2008-06-29 09:51:35 +00:00
dsyer
45e18bcc19 missing hibernate context 2008-06-24 16:52:22 +00:00
dsyer
02d3c5756b Some bizarre classpath issues in Eclipse - moved data-source config out of default package except for samples. Also separated hibernate config from rest of samples. 2008-06-24 15:58:41 +00:00
dsyer
fd07883253 RESOLVED - issue BATCH-554: *StepFactoryBeans should have a list of exceptions that do and don't cause rollback.
Removed the list of exceptions in favour of tx attributes (use +ExceptionType in config file)
2008-06-23 13:06:07 +00:00
dsyer
a078199eae RESOLVED - issue BATCH-680: Allow override of Transaction Definition in get transaction in Item Oriented Step
Added transactionAttribute to ItemOrientedStep and the factory bean
2008-06-21 09:44:40 +00:00
dsyer
345e7a4b81 RESOLVED - issue BATCH-654: Transactions when commit fails 2008-06-18 10:24:18 +00:00
dsyer
bb415a6a64 Add test in samples for Alignment enum usage 2008-06-13 10:23:27 +00:00
robokaso
49640faef5 RESOLVED - BATCH-505: Job-level ExecutionContext
added sample job
2008-06-12 12:37:19 +00:00
robokaso
abb3ad12f6 fix the samples build - auto-wire=false for the added factory bean 2008-06-09 11:39:15 +00:00
robokaso
8572588981 RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean
removed remaining unused map dao beans
2008-06-09 11:14:06 +00:00
robokaso
688e9fc31e RESOLVED - BATCH-643: Create database type of 'map' in JobRepositoryFactoryBean
replaced the sample map dao declarations with mapJobResositoryFactoryBean
2008-06-09 11:08:04 +00:00
dsyer
e54aafd335 REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
Reverted rownum change in FieldSetMapper
2008-06-05 17:24:34 +00:00
dsyer
85e168e2db RESOLVED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
Added rownum parameter to field set mapper (with default value -1 defined as constant in FieldSetMapper)
2008-06-05 15:03:10 +00:00
robokaso
d377e4c5c3 RESOLVED - BATCH-650: Use FORWARD_ONLY as scroll mode in HibernateCursorItemReader
added item buffer and made the cursor forward-only (+ had to fix samples using stateful items with rollback)
2008-06-04 13:43:00 +00:00
dsyer
c21032332b RESOLVED - issue BATCH-541: pull commit interval from the job parameters
Added StepExecutionSimpleCompletionPolicy (a la StepExecution*) as s one-off solution to the commit interval problem initially posed
2008-06-04 11:55:22 +00:00
robokaso
cc3c78089a fixed capital letter in filename - add new correctly capitalized file 2008-06-03 13:54:18 +00:00
robokaso
2848461333 fixed capital letter in filename - delete the file first 2008-06-03 13:51:38 +00:00
robokaso
bc18856459 RESOLVED - BATCH-520: Add a Delegating File Reader For Multiple Files
sample job for multi resource input
2008-06-03 13:33:08 +00:00
robokaso
79d6f35ece RESOLVED - BATCH-635: samples review
added javadoc to dao interfaces
2008-06-03 10:27:30 +00:00
dsyer
90465f9ce0 OPEN - issue BATCH-541: pull commit interval from the job parameters
Move ClassPathXmlApplicationContextJobFactory implementation from samples to core.
2008-06-02 13:14:58 +00:00
dsyer
83f71525ce BATCH-586: Updated samples walkthrough to 1.1. Still not complete, but at least it's fairly accurate. 2008-05-29 15:31:28 +00:00
dsyer
59e57bed88 BATCH-586. Move samples docos to samples project 2008-05-28 10:47:30 +00:00
dsyer
7025ff4831 RESOLVED - issue BATCH-503: Not applying declarative transactions around repository causes unstable execution 2008-05-26 12:16:05 +00:00