Added namespace support for http outbound-gateway (INT-616).

This commit is contained in:
Mark Fisher
2009-03-21 13:53:47 +00:00
parent d206a84e68
commit 901589bdd5
7 changed files with 320 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ public abstract class AbstractConsumerEndpointParser extends AbstractBeanDefinit
if (!element.hasAttribute(inputChannelAttributeName)) {
if (!parserContext.isNested()) {
parserContext.getReaderContext().error("The '" + inputChannelAttributeName
+ "' attribute is required for top-level endpoint elements.", element);
+ "' attribute is required for this top-level endpoint element.", element);
}
return handlerBeanDefinition;
}