Merge pull request #72 from ghillert/INTSAMPLES-65

INTSAMPLES-65 - Basic File Sample (Text Copy) Has Incorrect Filter Attribute
This commit is contained in:
Gunnar Hillert
2012-11-30 21:07:27 -08:00

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>