INT-1674 now extracting source from element and setting it on Message Channel BeanDefinitions

This commit is contained in:
Mark Fisher
2010-12-10 13:03:01 -05:00
parent 9a714528e6
commit 1cd8280c94

View File

@@ -69,6 +69,7 @@ public abstract class AbstractChannelParser extends AbstractBeanDefinitionParser
if (StringUtils.hasText(scopeAttr)) {
builder.setScope(scopeAttr);
}
beanDefinition.setSource(parserContext.extractSource(element));
return beanDefinition;
}