Commit Graph

2607 Commits

Author SHA1 Message Date
dsyer
3d8fd02b09 BATCH-818: Tweak central-build 2009-01-13 19:11:27 +00:00
robokaso
d574877255 RESOLVED - BATCH-994: BackOffPolicy is not applied for exceptions that cause rollback
backOff before deciding whether to rethrow
2009-01-13 16:27:42 +00:00
dsyer
811c917edf BATCH-818: remove duplicate bundlor config 2009-01-13 16:02:24 +00:00
dsyer
7461775a62 update svn:ignore 2009-01-13 15:09:56 +00:00
bhale
cf34a95986 Ignoring target directory 2009-01-13 14:58:20 +00:00
dsyer
10105b6423 BATCH-818: too many depends= in build 2009-01-13 14:57:44 +00:00
dsyer
b605682ea3 BATCH-818: Common* tests have to be Abstract* 2009-01-13 14:28:28 +00:00
dsyer
a85bea2d9e BATCH-818: fix bundlor config 2009-01-13 14:24:37 +00:00
dsyer
3c40078359 BATCH-818: "com" instead of "org" 2009-01-13 14:13:59 +00:00
dsyer
634932ecfd BATCH-818: ivy.xml added publication 2009-01-13 13:52:37 +00:00
dsyer
bd0a187a0c BATCH-818: template.mf fixed 2009-01-13 13:46:59 +00:00
dsyer
bda55a3f33 BATCH-818: "com" instead of "org" 2009-01-13 13:36:41 +00:00
dsyer
ccd7a61ad8 BATCH-818: Add ivy meta data for Spring Build 2009-01-13 13:26:00 +00:00
robokaso
649abb69e8 RESOLVED - BATCH-983: Remove StepExecutionResourceProxy in favor of late-binding
applied patches
2009-01-13 12:46:04 +00:00
dsyer
df2ef02932 CLOSED - issue BATCH-979: Insert Apache license header in Java sources (where missing) 2009-01-13 11:08:59 +00:00
dsyer
33d38611f4 BATCH-993: Remove Hibernate/JpaAwareItemWriter from docs 2009-01-13 09:30:08 +00:00
dsyer
9f37fded53 BATCH-993: rename *Dao in sample code 2009-01-13 08:15:10 +00:00
dsyer
f58b761e9f BATCH-943: update driving query job figure 2009-01-12 17:28:23 +00:00
dsyer
eeb5aa361f Fix dis for new repo format + add basic verification of artifacts 2009-01-12 16:48:01 +00:00
dsyer
54e291a652 Clarify usage of staging profile 2009-01-12 13:24:07 +00:00
dsyer
d883187f1e format pom 2009-01-12 13:19:02 +00:00
dsyer
363e18b601 Acrhetype requires StaX 2009-01-12 13:07:03 +00:00
dsyer
912182b7a0 refactor build again into top-level dir 2009-01-12 12:54:18 +00:00
dsyer
3e3c548210 Move hbm.xml mappings to more conventional location 2009-01-12 12:16:27 +00:00
dsyer
d2187e7024 RESOLVED BATCH-902: Updated FAQ 2009-01-12 11:27:28 +00:00
dsyer
e26a3cefbb BATCH-882: Highlights of 2.0 2009-01-12 10:25:15 +00:00
dsyer
f05f8de64d BATCH-818: move build to sub directory 2009-01-12 08:58:25 +00:00
dsyer
ee56ae126c BATCH-818: move build to sub directory 2009-01-12 08:58:03 +00:00
dsyer
0f7a2a51f2 Add Maven mini-build project 2009-01-12 08:57:17 +00:00
dsyer
c7eacd3ed6 Initial import. 2009-01-12 08:56:48 +00:00
dsyer
5195355ebc Move tmp file to target directory 2009-01-10 17:04:36 +00:00
dsyer
d70cbba4e3 BATCH-794: Added Surefire config for SpringSource Repository 2009-01-10 16:10:42 +00:00
dsyer
191c0d7cd7 RESOLVED - issue BATCH-986: Provide factory bean for SqlPagingQueryProvider
Removed duplicate class SimpleDelegatingPagingQueryProvider.
2009-01-10 15:29:44 +00:00
trisberg
d0df4379ef BATCH-991: switched Postgres CLOB from BYTEA to TEXT data type 2009-01-09 15:38:44 +00:00
robokaso
e497499f40 OPEN - BATCH-990: Implement and test synchronizeStatus() in MapJobExecutionDao
use upgradeStatus(..) instead of setStatus(..) in synchronizeStatus()
2009-01-09 12:10: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
trisberg
6a7a0c7e32 BATCH-968: refactored step/tasklet elements, removed simple-task 2009-01-06 05:36:15 +00:00
dsyer
25e456e4f1 Update constructor for Chunk 2009-01-05 12:15:17 +00:00
dsyer
f8d239e18d RESOLVED - issue BATCH-987: Create JobRepositoryTestUtils 2009-01-05 11:49:14 +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
dsyer
c668a1f5db Use id instead of name to locate existing step execution (more uniform interface). 2009-01-03 10:16:59 +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
f8a69a083b Tidy imports 2009-01-02 16:04:40 +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
63023c0f87 Add range parameters to JobInstanceDao 2009-01-02 11:31:19 +00:00
dsyer
bd3ab51c60 Tweak the JobOperator slightly and add Javadocs. 2008-12-31 16:23:11 +00:00