retry « Batch « Spring Q&A





1. spring, aop, batch retry, exception: expected single bean but found 0    stackoverflow.com

I changed the code. the reason is bean can not be build. If i don't add the retry, it works. If i don't add the retry, it works.

<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="www.springframework.org/schema/beans"
xmlns:xsi="www.w3.org/2001/XMLSchema-instance"
xmlns:util="www.springframework.org/schema/util"
xmlns:aop="www.springframework.org/schema/aop"
xmlns:context="www.springframework.org/schema/context"
xsi:schemaLocation="
   ...

2. Disable Retry in Spring Batch not working    forum.springsource.org

Disable Retry in Spring Batch not working In my current implementation my item writer nests transactions. So problem in the call of the second method does not cause the rollback of ...