jdbc インバウンド チャネル アダプターへの動的クエリを定義できますか?
<int-jdbc:inbound-channel-adapter max-rows-per-poll="1"
query ="#{'select * from work where status=0 and and test='' + test.testValue+ '' order by date_modified'}"
channel="test" data-source="testDS" update="update work set status=1 where id in (:id)"
>
<int:poller fixed-rate="100">
<int:transactional transaction-manager="testTM"/>
</int:poller>
</int-jdbc:inbound-channel-adapter>
ここでは、テスト Bean が定義されており、メソッド getTestValue() があります。これは機能していません。助言がありますか?