Commit Graph

1603 Commits

Author SHA1 Message Date
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
4bb67c50aa Simple integration test for spring config 2008-06-24 14:48:39 +00:00
dsyer
7f1d7d2e95 Prevent exec:exec being called during install 2008-06-24 14:48:05 +00:00
dsyer
7cadb8c995 Refactoring error 2008-06-24 14:13:49 +00:00
dsyer
f7fb7e0228 Upgrade to Spring 2.5.5 2008-06-24 13:45:45 +00:00
dsyer
80b4386c1b Upgrade to Spring 2.5.5 2008-06-24 13:40:42 +00:00
robokaso
b296101766 RESOLVED - BATCH-685: Create documentation for MultiResourceItemReader
section heading capitalized
2008-06-24 12:40:41 +00:00
robokaso
fff6c5e2a4 RESOLVED - BATCH-685: Create documentation for MultiResourceItemReader 2008-06-24 12:31:20 +00:00
robokaso
f44e463af3 IN PROGRESS - BATCH-570: Job.getSteps() does not need to be exposed in the interface
added deprecations
2008-06-24 08:15:43 +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
f328615102 add tests 2008-06-23 11:33:00 +00:00
dsyer
9f4ead72be tidy docos 2008-06-23 11:30:25 +00:00
dsyer
a5d8bb9a95 Tidy docos in archetype 2008-06-23 11:13:47 +00:00
dsyer
991334e221 RESOLVED - issue BATCH-683: Lack of parallel support in SimpleStepFactoryBean 2008-06-23 10:56:07 +00:00
dsyer
aca17b3135 Rename private inner class 2008-06-23 10:40:00 +00:00
dsyer
81da1195e9 Add cli archetype 2008-06-23 10:38:54 +00:00
dsyer
09d7b58c57 changed the way the datasource is initialised for tests (inadvertently) 2008-06-22 08:26:56 +00:00
dsyer
5a995040b2 missed a datasource config 2008-06-21 18:33:17 +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
lucasward
d3a7c90de9 BATCH-619: Updated documentation to be accurate with latest changes to skip and retry. 2008-06-18 23:31:24 +00:00
lucasward
f75bc3f376 BATCH-627: Fixed in-memory job repository section on the documentation, and added a new section about the factory bean. 2008-06-18 22:53:39 +00:00
lucasward
bf4a3f91d2 BATCH-678: Corrected the BeanWrapperFieldSetMapper section in the documentation. 2008-06-18 22:40:14 +00:00
dsyer
345e7a4b81 RESOLVED - issue BATCH-654: Transactions when commit fails 2008-06-18 10:24:18 +00:00
dsyer
26d14d2068 OPEN - issue BATCH-654: Transactions when commit fails
Add copy constructor to ExecutionContext
2008-06-18 09:21:19 +00:00
dsyer
dc7f0dc1d0 Deprecated public method that should not be in public API. 2008-06-18 09:11:55 +00:00
dsyer
cb9f35c1b4 Refactor job launching message handler to use special request object. 2008-06-16 16:45:52 +00:00
robokaso
66b7a4ef11 RESOLVED - BATCH-664: smarter restart for MultiResourceItemReader
refactoring for better clarity
2008-06-16 14:10:56 +00:00
robokaso
794544307f IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
refactoring for better clarity
2008-06-16 12:50:35 +00:00
robokaso
8605672299 IN PROGRESS - BATCH-664: smarter restart for MultiResourceItemReader
smarter restart but ugly code
2008-06-16 11:47:28 +00:00
dsyer
3d359c9616 Tidy anchors in docs 2008-06-13 14:36:58 +00:00
dsyer
c1798298b6 mispelt Jonas's name 2008-06-13 14:32:27 +00:00
dsyer
2e8be63afb add project name 2008-06-13 14:31:28 +00:00
dsyer
cb89f6c747 add use cases to site 2008-06-13 14:30:47 +00:00
dsyer
a276dac861 No need to run flakey tests yet 2008-06-13 12:58:41 +00:00
dsyer
15171a9a45 Need Java 5 to compile 2008-06-13 12:52:15 +00:00
dsyer
77aaaa05ea Rename package batch.integration 2008-06-13 10:51:51 +00:00
dsyer
e4ffd6a653 Update for new project 2008-06-13 10:36:18 +00:00
dsyer
615c90eb5e Add Spring Integration prototype code 2008-06-13 10:29:14 +00:00
dsyer
77716240fc ReRename integration project as infrastructure tests (which is what it is) 2008-06-13 10:25:51 +00:00
dsyer
bb415a6a64 Add test in samples for Alignment enum usage 2008-06-13 10:23:27 +00:00
dsyer
d81dc47af9 Add typesafe enum for Alignment in FixedLengthLineAggregator 2008-06-13 10:22:28 +00:00
dsyer
ab7e4f814f Re-order status update and listener execution 2008-06-13 10:21:28 +00:00
robokaso
125d245d95 RESOLVED - BATCH-666: consolidate duplications in SimpleStepFactoryBean and RepeatOperationsStepFactoryBean
pulled up listeners
2008-06-13 09:47:34 +00:00
robokaso
567fc74779 IN PROGRESS - BATCH-666: consolidate duplications in SimpleStepFactoryBean and RepeatOperationsStepFactoryBean
BatchListenerFactoryHelper refactored as utility class - methods declared static and the class abstract
2008-06-13 09:34:10 +00:00
robokaso
d4a1e23b7e IN PROGRESS - BATCH-666: consolidate duplications in SimpleStepFactoryBean and RepeatOperationsStepFactoryBean
pulled up reader & writer registration
2008-06-13 09:10:21 +00:00
robokaso
09d681c8dc IN PROGRESS - BATCH-666: consolidate duplications in SimpleStepFactoryBean and RepeatOperationsStepFactoryBean
pulled up streams config
2008-06-13 09:04:33 +00:00
robokaso
49640faef5 RESOLVED - BATCH-505: Job-level ExecutionContext
added sample job
2008-06-12 12:37:19 +00:00
robokaso
446f55072d RESOLVED - BATCH-665: ChunkListeners are registered on stepOperations in RepeatOperationsStepFactoryBean - should be chunkOperations 2008-06-12 08:34:30 +00:00
robokaso
722c5c1f0d RESOLVED - BATCH-661: broken job interruption logic
SimpleJob now checks for interrupt before starting a step
2008-06-12 08:21:07 +00:00