INTSAMPLES-65 - Basic File Sample (Text Copy) Has Incorrect Filter Attribute

Reference: https://jira.springsource.org/browse/INTSAMPLES-65

* Change *filename-pattern* attribute to *filename-regex*.
This commit is contained in:
Gunnar Hillert
2012-12-01 00:03:57 -05:00
parent bdcde6f34d
commit 1a2ecaf254

View File

@@ -14,7 +14,7 @@
<file:inbound-channel-adapter id="filesIn"
directory="file:${java.io.tmpdir}/spring-integration-samples/input"
filename-pattern="[a-z]+.txt">
filename-regex="[a-z]+.txt">
<integration:poller id="poller" fixed-delay="5000"/>
</file:inbound-channel-adapter>