Commit Graph

1220 Commits

Author SHA1 Message Date
dsyer
191c0d7cd7 RESOLVED - issue BATCH-986: Provide factory bean for SqlPagingQueryProvider
Removed duplicate class SimpleDelegatingPagingQueryProvider.
2009-01-10 15:29:44 +00:00
robokaso
22c9fd346d REOPENED - BATCH-988: MethodInvokingTaskletAdapter (via AbstractMethodInvokingDelegator) only allows specification of targetObject's declared methods
search for the target method in both getMethods() and getDelcaredMethods()
2009-01-07 14:58:00 +00:00
robokaso
1b80b3ccd4 replace Java6-only String.isEmpty() 2009-01-07 13:50:30 +00:00
robokaso
0a92a7752b RESOLVED - BATCH-989: Add support for named queries on HibernateCursorItemReader
added setQueryName(..) as alternative to setQueryString(..)
2009-01-07 13:38:52 +00:00
robokaso
e692072862 RESOLVED - BATCH-988: MethodInvokingTaskletAdapter (via AbstractMethodInvokingDelegator) only allows specification of targetObject's declared methods
use getMethods() instead of getDeclaredMethods for validating target method exists
allow null argument values
2009-01-07 10:36:36 +00:00
robokaso
3f85b58dbb REOPENED - BATCH-970: JdbcCursorItemReader executes outside of main transaction
added non-recursive implementations of javax.sql.Wrapper methods to the ExtendedConnectionDataSourceProxy to keep both JDK 5 and 6 happy
2009-01-05 11:02:51 +00:00
trisberg
71ec0a602e BATCH-970: Added an ExtendedConnectionDataSourceProxy to be used with the JdbcCursorItemReader to allow the cursor and any other processing to share transactions. 2009-01-02 22:09:07 +00:00
dsyer
d3e81b5b4d Fix paging errors with descending keys 2009-01-02 16:03:11 +00:00
dsyer
aee5ca3b85 RESOLVED - issue BATCH-986: Provide factory bean for SqlPagingQueryProvider 2009-01-02 14:10:11 +00:00
dsyer
bd3ab51c60 Tweak the JobOperator slightly and add Javadocs. 2008-12-31 16:23:11 +00:00
dsyer
e4ca63a927 RESOLVED - issue BATCH-980: Add SystemPropertyInitializer 2008-12-30 09:23:27 +00:00
dsyer
c9d7b45f14 RESOLVED - issue BATCH-977: DefaultLineMapper should check for its required dependencies 2008-12-30 07:56:36 +00:00
dsyer
aab745e591 Javadocs for PassthroughItemProcessor 2008-12-29 17:28:37 +00:00
dsyer
b23dad77f2 Add assertion to try and debug build failure 2008-12-18 11:06:20 +00:00
robokaso
194cc1db69 IN PROGRESS - BATCH-971: add database writers to iosample
migrate ibatisJob to iosamples
fixed AbstractPagingItemReader to reset its state on close()
2008-12-17 16:31:13 +00:00
trisberg
2a1305358e BATCH-970: made the transaction participation configurable 2008-12-15 17:30:34 +00:00
trisberg
6d6f54beea BATCH-970: added call to DataSourceUtils to get connection for active transaction 2008-12-15 14:54:02 +00:00
robokaso
2cab2742c2 declared bufferKey attribute final 2008-12-15 10:52:25 +00:00
robokaso
b8cfb8333a organize imports 2008-12-15 10:45:08 +00:00
robokaso
85f815b094 RESOLVED - BATCH-969: FlatFileItemWriters interference in CompositeItemWriter
configurable transactional buffer name in TransactionAwareBufferedWriter
sample showing correct usage of two file writers simultaneously
2008-12-15 10:19:36 +00:00
trisberg
fecae06ffa BATCH-965: cleanup 2008-12-11 23:39:52 +00:00
trisberg
b6d8bb7532 BATCH-958: cleanup 2008-12-11 23:38:47 +00:00
trisberg
d1ec2cfa9e BATCH-958: added an IbatisBatchItemWriter 2008-12-11 21:24:51 +00:00
trisberg
e8bd161daf BATCH-965: cleanup 2008-12-11 21:22:28 +00:00
trisberg
91a0df5ba7 BATCH-965: renamed batch writer to JdbcBatchItemWriter and added named parameter support, added JPA and Hibernate writers 2008-12-11 17:46:59 +00:00
robokaso
c795098827 RESOLVED - BATCH-963: ExecutionContext modifications in ItemStream.close(ExecutionContext) are not persisted
removed ExecutionContext argument from ItemStream.close() signature
2008-12-10 12:06:03 +00:00
dsyer
fe5828d3e5 RESOLVED - issue BATCH-945: Add support for step and job name in late binding
Also added some null checks in SimpleJobExplorer
2008-12-10 12:03:09 +00:00
trisberg
194e1ab737 BATCH-964: added fetchSize property 2008-12-09 22:19:56 +00:00
dsyer
c84981ec9b Remove cycles in fieldset references and paging queries 2008-12-07 19:43:39 +00:00
dsyer
e4f8f61694 Fix cycle in StepScope 2008-12-07 19:32:27 +00:00
dsyer
708364f1cc Make as many dependencies as possible optional (it's not inherited from parent apparently). 2008-12-03 21:21:01 +00:00
robokaso
9474d25b09 RESOLVED - BATCH-872: RFC: Should FileWriterCallback have two methods, one for headers and one for footers?
applied patch
2008-11-25 09:38:24 +00:00
robokaso
77c8719a26 findbugs fixes 2008-11-24 10:30:33 +00:00
robokaso
55dd2d5b69 findbugs fixes 2008-11-24 10:10:11 +00:00
robokaso
0bcf2e092c RESOLVED - BATCH-938: Clean up DelimitedLineAggregator implementation
applied patch
2008-11-24 09:20:22 +00:00
robokaso
df3a1204e6 OPEN - BATCH-932: Add reflection-based Field Extractor
applied patch with minor tweaks
2008-11-21 14:01:44 +00:00
robokaso
2c0f0ca8a0 avoid single vs. double quotes platform issues 2008-11-13 16:50:29 +00:00
robokaso
675ffb70b7 RESOLVED - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
multiResourceJob used as sample also for output
2008-11-13 10:11:50 +00:00
robokaso
a134094f70 OPEN - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
tested multi-resource XML output
2008-11-12 19:28:52 +00:00
robokaso
cec0df8d50 RESOLVED - BATCH-909: Turn off getWarnings() call in JdbcCursorItemReader when ignoreWarnings is true
getWarnings is now called only if debug is enabled
2008-11-10 14:56:31 +00:00
robokaso
7eb85becdd RESOLVED - BATCH-907: Integer support in ExecutionContext
simplifying ItemStreams to take advantage of EC int support
2008-11-10 13:37:58 +00:00
robokaso
7958089737 IN PROGRESS - BATCH-907: Integer support in ExecutionContext
simplifying ItemStreams to take advantage of EC int support
2008-11-10 13:29:38 +00:00
robokaso
f31670c866 IN PROGRESS - BATCH-907: Integer support in ExecutionContext
added int support to EC
2008-11-10 13:18:13 +00:00
robokaso
8ef9735fb4 IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
fixed failing test
2008-11-10 11:52:55 +00:00
robokaso
fdbf216dc7 IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
customizable resource suffixes
2008-11-10 11:45:07 +00:00
dsyer
fe42d53fc5 Convert some old tests to JUnit 4 2008-11-10 10:09:25 +00:00
robokaso
abd29a0e8e REOPENED - BATCH-893: Remove the HibernateAwareItemWriter?
removed the JpaAwareItemWriter as well
2008-11-10 08:48:32 +00:00
dsyer
16606e3abd IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Change Tasklet to use RepeatStatus instead of ExitStatus to signal continuable status
2008-11-08 11:33:25 +00:00
dsyer
8b2d02f5d9 IN PROGRESS - issue BATCH-894: RFC: move ExitStatus up into Core?
Replaced infrastrucure status with local enum and moved ExitStatus into core.   TODO: maybe get rid of continuable.
2008-11-07 18:40:58 +00:00
robokaso
fc7b07e9ad IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.
take advantage of ExecutionContextUserSupport superclass
2008-11-07 14:28:17 +00:00