robokaso
5ad331312a
additional parameterization of KeyCollector
2008-07-23 12:16:50 +00:00
dsyer
d737ddb797
Get rid of warnings from Spring IDE
2008-07-23 11:45:49 +00:00
dsyer
7a106162c8
Fix batch update job sample
2008-07-23 11:41:27 +00:00
robokaso
408f37e0c7
fix the failing multilineOrderJob
2008-07-23 11:35:56 +00:00
robokaso
1bed28b3f3
fix the build
2008-07-23 11:24:01 +00:00
dsyer
1ad0112509
Fixed reference to missing step factory
2008-07-23 11:13:59 +00:00
robokaso
cdef45dfb8
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
2008-07-23 10:32:58 +00:00
robokaso
7c57b8c2df
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
2008-07-23 09:45:45 +00:00
robokaso
323bb4155f
IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
...
fix the build
2008-07-23 09:16:26 +00:00
dsyer
a2c279dd80
Minor tweaks to javadocs / visibility etc.
2008-07-23 08:34:06 +00:00
trisberg
3f9ce6500d
IN PROGRESS - BATCH-672: modified item.reader and item.writer tests. Upgraded entire project to EasyMock 2.4
2008-07-23 02:48:02 +00:00
trisberg
4f55f8d970
IN PROGRESS - BATCH-672: modified advice and dao tests. Modified AbstractBatchLauncherTests base class to use JUnit4
2008-07-22 18:01:43 +00:00
dsyer
69a64758d8
OPEN - issue BATCH-733: Upgrade StepExecutionResourceProxy to be able to use values from job execution context.
...
Step 1: extend JobFactory implementations a bit to provide more options for creating the context (also consolidated TaskExecutor and QUartz JobLaunchers into JobRegstryBackgroundJobRunner).
2008-07-21 16:41:16 +00:00
dsyer
c424603e59
RESOLVED - issue BATCH-544: Add a step factory that allows simplified injection of a RetryPolicy
2008-07-21 14:07:13 +00:00
dsyer
b39ba55bcc
Factor out abstract steps and jobs
2008-07-21 10:35:47 +00:00
robokaso
c0d911a896
IN PROGRESS - BATCH-712: Upgrade ItemReaders to use Parameterized types
2008-07-21 09:51:38 +00:00
lucasward
0ef196d578
BATCH-711:Modified ItemWriter interface to use parameterized types. Updated a portion of classes using ItemWriter as well.
2008-07-21 04:19:54 +00:00
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