我有以下的配置,不知道什麼是錯的,我不斷收到此錯誤,感謝您的幫助,謝謝使用與加工鏈網關,調度員沒有用戶錯誤
<int:chain input-channel="incoming">
<int:splitter ref="split"/>
<int:filter ref="filter" discard-channel="loggit" />
<int:payload-type-router default-output-channel="loggit" >
<int:mapping type="a.b.c" channel="channel1" />
</int:payload-type-router>
</int:chain>
<int-jdbc:stored-proc-outbound-gateway
id="DB_POLLAR"
data-source="dataSource"
request-channel="channel1"
reply-channel="loggit"
is-function="false"
expect-single-result="false"
stored-procedure-name="PKG.proc_get">
<int-jdbc:parameter name="rowid" expression="payload" />
<int-jdbc:returning-resultset name="ataset" row-mapper="dataMapper"/>
<int-jdbc:request-handler-advice-chain>
<bean class="com.a.b.c.DbCallAdvice" />
</int-jdbc:request-handler-advice-chain>
</int-jdbc:stored-proc-outbound-gateway>
我有另一種是通過負載型路由器,由於某種原因,有線存儲進程內,出站網關沒有這個問題,頗爲困惑。 – Mark1234 2014-10-20 16:39:08