Data connector defined in native Spring
Tom Zeller
tzeller at dragonacea.biz
Tue Mar 8 12:05:18 EST 2016
> On Mar 8, 2016, at 10:59 AM, Cantor, Scott <cantor.2 at osu.edu> wrote:
>
>> And, a note that "global.xml" is not really global, it's peer to the other
>> application contexts which are all children of the root web app context.
>
> I was pretty sure the beans in the top level files were loaded into that root web app context…
I can be wrong. In system/conf/global-system.xml, I see :
<import resource="../../conf/global.xml" />
<import resource="services-system.xml" />
Where services-system.xml contains '<bean id=“shibboleth.AttributeResolverService” …’, so I read that as : beans defined in global.xml and services-system.xml are peers (in peer contexts, both are children of the same parent).
Like I said, I can be wrong.
More information about the dev
mailing list