I'm trying to integrate Spring Integration into my current (Roo) project.
But for some reason I get a warning:
While my configuration is almost the same as the "multipart-http" example.Code:Referenced bean 'org.springframework.integration.config.ServiceActivatorFactoryBean#0' not found [config set: TradBridgeServer/web-context]
Also the requests to my http:inbound-channel-adapter url are not picked up, while my Spring controllers (still) are. So I guess this might be caused by the warning mentioned above.
The example and my setup being almost identical:
Best wishes,
Jochen




Reply With Quote