Modified channel-adapter configuration in tests.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
<beans:bean id="testConsumer" class="org.springframework.integration.security.endpoint.TestConsumer"/>
|
||||
|
||||
<channel-adapter id="securedChannelAdapter" target="testConsumer"/>
|
||||
<outbound-channel-adapter id="securedChannelAdapter" ref="testConsumer"/>
|
||||
|
||||
<channel-adapter id="unsecuredChannelAdapter" target="testConsumer"/>
|
||||
<outbound-channel-adapter id="unsecuredChannelAdapter" ref="testConsumer"/>
|
||||
|
||||
</beans:beans>
|
||||
@@ -29,7 +29,7 @@
|
||||
</interceptors>
|
||||
</service-activator>
|
||||
|
||||
<channel-adapter id="output" target="testConsumer"/>
|
||||
<outbound-channel-adapter id="output" ref="testConsumer"/>
|
||||
|
||||
<beans:bean id="testHandler"
|
||||
class="org.springframework.integration.security.endpoint.TestHandler"/>
|
||||
|
||||
Reference in New Issue
Block a user