Fix retry tests in integration project

This commit is contained in:
dsyer
2008-07-14 07:45:45 +00:00
parent 5321f74e40
commit cae3dabff1
3 changed files with 278 additions and 246 deletions

View File

@@ -176,7 +176,7 @@ public class RetryTemplate implements RetryOperations {
retryPolicy.registerThrowable(context, throwable);
if (retryPolicy.shouldRethrow(context)) {
logger.debug("Abort retry for policy: count=" + context.getRetryCount());
logger.debug("Rethrow in retry for policy: count=" + context.getRetryCount());
rethrow(throwable);
}