INT-1282 polished to accomodate recent refactoring changes related to IN-1229

This commit is contained in:
Oleg Zhurakousky
2010-07-28 16:41:18 +00:00
parent 729b9ca95f
commit 9146492749
4 changed files with 33 additions and 14 deletions

View File

@@ -30,8 +30,8 @@
<si:filter input-channel="seconds" expression="payload >= 10" output-channel="reset"/>
<jmx:operation-invoking-channel-adapter id="reset"
default-object-name="org.springframework.integration.samples.jmx:type=StopWatch,name=stopWatch"
default-operation-name="reset"/>
<jmx:operation-invoking-channel-adapter id="reset"
object-name="org.springframework.integration.samples.jmx:type=StopWatch,name=stopWatch"
operation-name="reset"/>
</beans>