1. Support for Java-based configuration of Batch Jobs forum.springsource.orgSupport for Java-based configuration of Batch Jobs I realize that as of Spring Batch 2.1.8 the Spring version supported is still pre 3.0. When is the Spring 3 support planned? Specifically ... |
2. Batch namespace : ExceptionHandler support forum.springsource.orgHi, I have been trying to use the exceptionHandler. But found that batch namespace doesnt support this from : http://forum.springsource.org/showth...ceptionHandler Will this be available as part of batch namespace ? Thanks, ... |
3. Another style of Batch to support 24 x 7 forum.springsource.orgAnother style of Batch to support 24 x 7 Take financial system as an example, a job normally consists of a number of processes and each process will complete transactions on ... |
4. Does Spring Batch Support Multiple I/O files forum.springsource.orgHi Dave, Does spring Batch support multiple I/O files in a single jobRun for a particular scheduleDate. Scenario: Read 100 rows from the database and write to file, Output file can ... |
5. Spring Batch's support for JMS forum.springsource.orgHello everyone, I am aware that we can send JMS messages from my Spring Batch to JMS Provider in JBoss. Which I am trying now. In the meanwhile, I wanted to ... |
6. Attn. Dave Syer: Cluster Support in Spring-Batch forum.springsource.orgAttn. Dave Syer: Cluster Support in Spring-Batch Hi, I looked into the documentation and also in the forum, however could not get very clear picture on the followings: (not sure if ... |
7. Batch namespace completion/validation support in Eclipse forum.springsource.orgIt doesn't seem that the XSD is up on the spring site yet - does anyone know how to enable code completion/validation in XML against the Batch 2.0.0.M4 XSD? I tried ... |
8. Does Spring batch support multiple writers base on custom condition? forum.springsource.orgDoes Spring batch support multiple writers base on custom condition? I'm moving from my own in-house batch framework. Actually it works perfectly for me and my clients. I'm moving to Grails ... |
9. Support for backoffpolicies in Batch namespace forum.springsource.orgThe chunk element in the batch namespace allows us to set all other policies (skip, retry, chunk-completion) but not the backoffpolicy. Has it simply been overlooked or is there a special ... |
10. Does Spring batch support nested jobs forum.springsource.orgI need to run a new job inside the step of a job. And org.springframework.transaction.UnexpectedRollback Exception: Transaction rolled back because it has been marked as rollback-only may always happen if the ... |
11. spring 3 support in spring batch 2.1.3 forum.springsource.orgspring 3 support in spring batch 2.1.3 Hi Everyone, I am working on deciding our technology stack for our latest project and need to know whether we can use spring 3 ... |
12. Spring Batch Support for Non-RDBMS forum.springsource.orgSpring Batch Support for Non-RDBMS I need to convert an existing JPA Hibernate Spring Batch project to use a non-RDBMS JPA EntityManager. I am fairly new to Spring Batch and I'm ... |