INT-1957 Eliminate Spurious NPE from Test Case

This commit is contained in:
Gary Russell
2011-07-01 19:36:17 -04:00
parent 290a8df651
commit 3cbee4f7e9

View File

@@ -12,7 +12,7 @@
<int:channel id="someChannel"/>
<int-jdbc:inbound-channel-adapter channel="someChannel" jdbc-operations="ops"
query="select 1">
query="select 1" auto-startup="false">
<int:poller ref="outer"/>
</int-jdbc:inbound-channel-adapter>