BATCH-1677: fix typo in repeat.xml
This commit is contained in:
@@ -260,7 +260,7 @@ template.iterate(new RepeatCallback() {
|
||||
|
||||
<programlisting><aop:config>
|
||||
<aop:pointcut id="transactional"
|
||||
expression="execution(* com...*Service.processMessage(..))" />
|
||||
expression="execution(* com..*Service.processMessage(..))" />
|
||||
<aop:advisor pointcut-ref="transactional"
|
||||
advice-ref="retryAdvice" order="-1"/>
|
||||
</aop:config>
|
||||
|
||||
Reference in New Issue
Block a user