Hi,
I'm using SI 2.1. I need to create a standard gateway but every time I want to access/inject it the type is EventDrivenConsumer instead of proxy for my interface (as I know SI should use GatewayProxyFactoryBean).
I've also tried adding a Gateway annotation for my interface but it doesn't work as well.Code:<int:channel id="requestChannel"/> <oxm:jaxb2-marshaller id="marshaller" contextPath="my_package"/> <int:gateway id="gateway" service-interface="_my_interface_" default-request-channel="requestChannel"> </int:gateway> <ws:outbound-gateway id="wsGateway" marshaller="marshaller" unmarshaller="marshaller" uri="#{wsUrl}" request-channel="requestChannel" />
PS: I'm pretty sure that all necessary SI jars are in the classpath.


Reply With Quote
