Data connector defined in native Spring
Tom Zeller
tzeller at dragonacea.biz
Tue Mar 8 12:21:19 EST 2016
> Either way, my point is, I would expect a lookup for a bean from the resolver service context to work, but if it's scanning the context for beans of some type, that may not walk up into the parent.
Well, calling :
BeanFactoryUtils.beansOfTypeIncludingAncestors(appContext, DataConnector.class);
instead of
appContext.getBeansOfType(DataConnector.class);
in AttributeResolverServiceStrategy makes global.xml “just work”.
More information about the dev
mailing list