Commit Graph

937 Commits

Author SHA1 Message Date
dsyer
5f80ced21f Finally: tracked build failure to odd number of items in customer table (after skip sample) 2010-03-28 12:03:41 +00:00
dsyer
8ffebc3e66 RESOLVED - issue BATCH-1541, BATCH-1542: Thread safety for map daos 2010-03-28 08:37:00 +00:00
dsyer
f6c9ffd07e BATCH-1537: call super.open() after setting startAfter 2010-03-26 12:16:34 +00:00
dsyer
43b72a8150 BATCH-1537: use startAfterValue to make restart more efficient in JdbcPagingItemReader 2010-03-26 11:00:25 +00:00
dsyer
1587d8d0da Add tests for serialization utils (and change exception types) 2010-03-04 12:24:00 +00:00
dsyer
9f37db9f39 OPEN - issue BATCH-1522: Intermittent failure of FaultTolerantStepFactoryBean in multi-threaded test 2010-03-03 12:04:38 +00:00
dsyer
598301de8d RESOLVED - issue BATCH-1513: HibernateItemReaderHelper requires queryProvider field to be an instance of AbstractHibernateQueryProvider 2010-02-27 13:51:17 +00:00
dsyer
b8dc9658af upgrade bundlor to 1.0.0 2010-02-05 16:14:36 +00:00
dsyer
65ace76431 updates to Bundlor meta data 2010-02-04 13:47:32 +00:00
dsyer
3ea9bcb8fd [maven-release-plugin] prepare for next development iteration 2010-02-04 12:25:16 +00:00
dsyer
99a5a796cd [maven-release-plugin] prepare release 2.1.0.RELEASE 2010-02-04 12:24:30 +00:00
dsyer
164b322173 RESOLVED: BATCH-1501 - paging queries fixed for sort key not in first column of query 2010-02-04 10:07:10 +00:00
trisberg
8f70ed8a31 BATCH-1506: fixed test for valid refCursorPosition 2010-02-04 04:26:07 +00:00
dsyer
b5abf1f352 BATCH-1502: Only open session once. 2010-02-02 22:07:15 +00:00
trisberg
bf6a05dc16 cleaned up imports 2010-02-02 07:49:00 +00:00
trisberg
641b52ed44 BATCH-1488: added config tests for stored proc 2010-02-01 21:39:18 +00:00
trisberg
c98a6f3b81 BATCH-1488: added common tests with Derby stored proc 2010-02-01 20:54:04 +00:00
dsyer
96e6286beb BATCH-1499, BATCH-1497: add alias in SqlPagingItemReader. 2010-01-31 18:43:53 +00:00
dsyer
a699c5c4bd BATCH-1498: fixed by adding params in jump to query execution 2010-01-31 18:27:27 +00:00
dsyer
86cfda0e76 Update spring IDE config 2010-01-30 15:37:06 +00:00
dsyer
74efdde4f3 Fix build for Java 5 2010-01-30 11:33:36 +00:00
dsyer
d8cc4d105d RESOLVED - issue BATCH-1496: Expose retry-policy in namespace configuration 2010-01-30 10:28:57 +00:00
trisberg
5512054289 BATCH-1488: fixed returned results parameter bug; added integration tests with Derby stored proc 2010-01-29 07:34:23 +00:00
dsyer
5d5ce07c8a RESOLVED - issue BATCH-1493: Step listeners detected and invoked twice
RESOLVED - issue BATCH-1494: FetchSize not accessible in HibernateCursorItemReader
2010-01-28 11:35:41 +00:00
dsyer
7c19e7aef3 RESOLVED - issue BATCH-1490: StaxEventItemWriter outputs invalid xml if step handling is failed and retried when handling the first chunk of data 2010-01-19 10:08:14 +00:00
dsyer
fc09b8c33f RESOLVED - issue BATCH-1487: Adding getters to retry beans 2010-01-19 09:07:54 +00:00
dsyer
82947d6401 Fix ivy + OSGi meta-data 2010-01-19 08:57:18 +00:00
trisberg
bb702c415a BATCH-1488: cleaned up metadata lookup and callstring creation 2010-01-18 18:42:08 +00:00
trisberg
17f55d12b4 BATCH-1488: created a common superclass to handle state and connection management leaving the cursor creation and row mapping to the sub classes 2010-01-18 18:13:55 +00:00
dsyer
500fc7d873 twaeks for RC1 site build 2010-01-18 09:48:40 +00:00
dsyer
a9c01447b2 [maven-release-plugin] prepare for next development iteration 2010-01-18 08:48:37 +00:00
dsyer
c46288b365 [maven-release-plugin] prepare release 2.1.0.RC1 2010-01-18 08:47:07 +00:00
trisberg
228c54acfc BATCH-729: Added class to handle reading ref cursor from a stored procedure 2010-01-18 07:43:12 +00:00
dsyer
239cba1d43 Moved bulk async reader tests to integration test project 2010-01-14 13:39:27 +00:00
dsyer
56dafae8f1 Fix some issues from last commit 2010-01-14 13:05:43 +00:00
dsyer
5c8f527443 Fix some PMD violations where it made sense 2010-01-14 12:50:48 +00:00
dsyer
c0384da608 RESOLVED - issue BATCH-1340: Add Support for Native Queries to Jpa/Hibernate readers
Resolve cycle by adding new package
2010-01-14 11:02:53 +00:00
dsyer
3553cb24f5 OPEN - issue BATCH-1422: HibernateCursorItemReader causes OutOfMemoryError when skipping large sets of data
Javadocs.
2010-01-13 17:55:13 +00:00
dsyer
2b02dee4db RESOLVED - issue BATCH-1422: HibernateCursorItemReader causes OutOfMemoryError when skipping large sets of data
RESOLVED - BATCH-1486: HiberbatePagingItemReader
2010-01-13 17:38:50 +00:00
dsyer
a7ce660f44 Re-org database item reader tests 2010-01-13 16:14:38 +00:00
dsyer
6c30182e03 RESOLVED - issue BATCH-1340: Add Support for Native Queries to Jpa/Hibernate readers 2010-01-13 14:18:17 +00:00
dsyer
2977c2076c RESOLVED - issue BATCH-1239: Add email-sending item writer
Change method signature in error handler for Spring 3
2010-01-13 12:54:32 +00:00
dsyer
26de51c9b7 RESOLVED - issue BATCH-1239: Add email-sending item writer
Fix map generics for Spring 3
2010-01-13 10:40:27 +00:00
dsyer
9977a0f2a1 Finally...? 2010-01-12 19:23:40 +00:00
dsyer
5fe6e063c2 Try again... 2010-01-12 19:16:50 +00:00
dsyer
1a72902af4 Add javax.mail to MANIFEST 2010-01-12 19:13:04 +00:00
dsyer
af1119306b RESOLVED - issue BATCH-1239: Add email-sending item writer 2010-01-12 17:59:15 +00:00
dsyer
953fb3a5b4 RESOLVED - issue BATCH-1239: Add email-sending item writer 2010-01-12 17:05:56 +00:00
dsyer
db14e83fdc BATCH-1479: fix test and tidy up signature test 2010-01-12 17:02:31 +00:00
dsyer
eb7f543620 RESOLVED - issue BATCH-1478: Add auto registration of StepScope to all the top-level elements in XML
RESOLVED - issue BATCH-1479: HippyMethodInvoker
RESOLVED - issue BATCH-1480: Allow method adapter for Tasklet to be configured in namespace
2010-01-06 13:34:22 +00:00