INT-2763 - Fix Failing TCP Test

Uses the ExpressionEvaluatingMessageHandlerAdvice which
has had its constructor removed.
This commit is contained in:
Gary Russell
2012-09-21 19:32:09 +01:00
parent 3e5694e235
commit ed92b52039

View File

@@ -18,10 +18,6 @@
connection-factory="mockCf" channel="advised">
<int-ip:request-handler-advice-chain>
<bean class="org.springframework.integration.handler.advice.ExpressionEvaluatingRequestHandlerAdvice">
<constructor-arg value=""/>
<constructor-arg ref="nullChannel"/>
<constructor-arg value=""/>
<constructor-arg ref="nullChannel"/>
<property name="trapException" value="true" />
</bean>
</int-ip:request-handler-advice-chain>