Quote:
<beans:beans xmlns="http://www.springframework.org/schema/integration"
(...)
xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-1.0.xsd ( ...)>
<message-bus/>
<channel id="input"/>
(...)
<service-activator input-channel="input" ref="handler" output-channel="responses"/>
<gateway id="testService" (...)/>
(...)
Although everything works fine, the <service-activator> and <gateway> entries (but not the others) give a error in the Eclipse editor