dsyer
d8df436e8e
Remove FactoryBean nature from data sourde initializer
2008-08-17 09:43:54 +00:00
dsyer
f77c3c9269
Fix OXM version number
2008-08-17 08:33:39 +00:00
dsyer
542343331a
Fix compilation errros in integration latest snapshot
2008-08-17 08:31:01 +00:00
dsyer
31492a4cbd
Move test cases to src/test/java
2008-08-16 09:27:59 +00:00
lucasward
00bd1f4b89
BATCH-768:Updated reference documentation for m1. Also added classes to samples that are necessary for docs.
2008-08-15 20:25:37 +00:00
lucasward
3c59f6504b
BATCH-768:Updated reference documentation for m1. Also added classes to samples that are necessary for docs.
2008-08-15 20:25:25 +00:00
dsyer
2a9efd1cda
Fix version number in download page
2008-08-15 09:28:45 +00:00
dsyer
34fe334cbd
Add synchro fix comment
2008-08-14 15:49:46 +00:00
dsyer
5a96e3ad16
Add link for 1.1.1-> 1.1.2
2008-08-14 15:47:34 +00:00
dsyer
f29aa1e9fd
RESOLVED - issue BATCH-782: Synchronization issue in ItemOrientedStep if exception is throw in chunk processing
...
Added flag to check that lock is not released before it is acquired
2008-08-14 12:35:05 +00:00
dsyer
69829b7da4
Map repository factory does not require TX manager
2008-08-14 11:23:57 +00:00
nebhale
faae7cf9a6
[maven-release-plugin] prepare for next development iteration
2008-08-14 10:31:28 +00:00
nebhale
f9c48feb0b
[maven-release-plugin] prepare release spring-batch-2.0.0.M1
2008-08-14 10:30:45 +00:00
dsyer
42c09e3dd7
BATCH-220: docs changes for step handler
2008-08-14 09:23:45 +00:00
dsyer
d5e885209a
BATCH-755: include java docs in distro
2008-08-14 09:20:50 +00:00
lucasward
78d30f0357
BATCH-768:First run through updating the docs with all the M1 changes.
2008-08-14 05:38:16 +00:00
dsyer
9972d41d6d
...but only if a step execution dao is provided
2008-08-13 12:38:52 +00:00
robokaso
8970bf60f7
RESOLVED - BATCH-781: changelog for 1.1.2 release
2008-08-13 12:29:35 +00:00
dsyer
e7d7802492
Need to sav step executions before asserting about them
2008-08-13 12:18:20 +00:00
dsyer
1077405691
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Add additional methods and tests to SimpleJobOperator
2008-08-13 12:01:43 +00:00
robokaso
1f731769f8
REOPENED - BATCH-778: MapJobRepositoryFactoryBean shouldn't require transactionManager
...
tx code moved from AbstractJobRepositoryFactoryBean to JobRepositoryFactoryBean
2008-08-13 10:52:45 +00:00
robokaso
b9810c6eeb
REOPENED - BATCH-765: StepExecution should be saved on every commit
...
wrapped StepExecution update in try/catch and added testcase for failure scenario
2008-08-13 09:26:07 +00:00
dsyer
55d59ff09e
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Fill in a few methods in JobOperator (WIP)
2008-08-12 20:56:17 +00:00
dsyer
06b832c3ca
Adhoc: Integer in entity objects replaced by int
2008-08-12 13:10:11 +00:00
robokaso
97e49724ce
improve test to use temporary file instead of creating file in project directory
2008-08-12 12:27:46 +00:00
dsyer
99d2dff8f8
RESOLVED - issue BATCH-770: Make ItemTransformer a first class citizen and rename as ItemProcessor
...
Rename ItemHandler -> StepHandler (since it has nothing to do with items really). This issue and BATCH-581 are basically complete now, but there are still relevant changes to be made elsewhere (e.g. Tasklet could be removed).
2008-08-12 11:48:43 +00:00
robokaso
bee3122c1e
RESOLVED - BATCH-756: Upgrade JdbcExecutionContextDao to use enums
...
Discriminator converted to enum
2008-08-12 08:18:45 +00:00
robokaso
ebfe82006d
IN PROGRESS - BATCH-756: Upgrade JdbcExecutionContextDao to use enums
...
AttributeType converted to enum
2008-08-12 07:55:30 +00:00
robokaso
5f24cef359
RESOLVED - BATCH-757: remove DelegatingItemWriter
2008-08-12 07:43:37 +00:00
dsyer
b5fd803497
ONly increment the item count for commit interval purposes when something is written.
2008-08-11 21:03:06 +00:00
robokaso
6d15a371ec
RESOLVED - BATCH-765: StepExecution should be saved on every commit
2008-08-11 13:22:33 +00:00
robokaso
8dc8d253f5
RESOLVED - BATCH-766: Insufficient error handling in case of a missing resource for a org.springframework.batch.item.xml.StaxEventItemWriter
...
moved the 'exists' check after possible output file creation
2008-08-11 11:35:07 +00:00
robokaso
452591e580
RESOLVED - BATCH-766: Insufficient error handling in case of a missing resource for a org.springframework.batch.item.xml.StaxEventItemWriter
...
Added check to open(..) that output resource exists
2008-08-11 09:43:13 +00:00
robokaso
206e7521dd
RESOLVED - BATCH-761: StaxEventItemWriter writes extra end document tag with Woodstox 3.2.6
...
made endDocument(..) protected
2008-08-11 08:52:03 +00:00
dsyer
d4d35cd668
OPEN - issue BATCH-770: Make ItemTransformer a first class citizen and rename as ItemProcessor
...
Done first pass. Some tests needed.
2008-08-11 08:48:41 +00:00
robokaso
8c12cd8b10
RESOLVED - BATCH-662: simplify FlatFileItemReader
...
removed redundant ResourceLineReader
2008-08-11 08:09:05 +00:00
dsyer
85d0c1c750
remove some warnings
2008-08-11 07:14:07 +00:00
dsyer
1d48f69491
archetypes links
2008-08-10 16:38:34 +00:00
dsyer
549822277c
Ignore Servers
2008-08-10 16:36:27 +00:00
dsyer
0dba26ab7b
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Move exception classes to where they are thrown
2008-08-10 15:45:43 +00:00
dsyer
91f9f61b3e
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Implement and test new job instance dao methods
2008-08-10 13:21:38 +00:00
dsyer
ed9dc7a137
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Mis-spelled keyword
2008-08-10 11:42:29 +00:00
dsyer
4085787e88
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Add some new methods to the daos to support the JobOperator
2008-08-10 11:38:02 +00:00
trisberg
cf66cb35f3
BATCH-769: added some documentation for JpaPagingItemReader and JpaAwareItemWriter
2008-08-08 17:16:52 +00:00
dsyer
c80b8c1495
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Start to implement new Dao methods
2008-08-08 17:03:54 +00:00
dsyer
61ccafa25c
OPEN - issue BATCH-773: Refactor and extend ExportedJobLauncher to JobOperator
...
Add new interfaces and exceptions. Re-align JobInstanceDao.
2008-08-08 14:04:55 +00:00
dsyer
fca856dc7b
Line aggregator missing from last commit.
2008-08-07 12:51:28 +00:00
dsyer
c56cfc84fd
REOPENED - issue BATCH-640: FieldSetMapper.mapLine() should contain the line number
...
OPEN - issue BATCH-278: Allow FixedLengthLineAggregator to be configured with different padding/alignment for specific columns
Remove FieldSetCreator and replace with new LineAggregator interface
2008-08-07 12:44:08 +00:00
trisberg
754d3254cd
BATCH-354: removed Spring transaction management and replaced with programmatic transactions for the JpaPagingItemReader, added integration tests
2008-08-07 01:28:14 +00:00
trisberg
134f81655c
BATCH-710: added some @Test and removed @Transactional for the ItemReader tests
2008-08-07 01:24:50 +00:00