Data connector defined in native Spring

Rod Widdowson rdw at steadingsoftware.com
Tue Mar 8 12:20:05 EST 2016


> I was pretty sure the beans in the top level files were loaded into that
root
> web app context...

The names certainly should are (so in a child context you can look up
something by name in the parent).  But I'm guessing (SWAG SWAG) that the
point here is that ApplicationContext#getBeansOfType only looks for beans of
that type at the current level.

The application context is certainly 'parented' by the global context, but
that might be different
 



More information about the dev mailing list