INT-2763 - Fix Failing TCP Test
Uses the ExpressionEvaluatingMessageHandlerAdvice which has had its constructor removed.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user