BATCH-1677: fix typo in repeat.xml

This commit is contained in:
Dave Syer
2011-01-05 13:47:13 +00:00
parent 724de9d30b
commit 677c0be465

View File

@@ -260,7 +260,7 @@ template.iterate(new RepeatCallback() {
<programlisting>&lt;aop:config&gt;
&lt;aop:pointcut id="transactional"
expression="execution(* com...*Service.processMessage(..))" /&gt;
expression="execution(* com..*Service.processMessage(..))" /&gt;
&lt;aop:advisor pointcut-ref="transactional"
advice-ref="retryAdvice" order="-1"/&gt;
&lt;/aop:config&gt;