Mostly for Scott: bean load order definition

Cantor, Scott cantor.2 at osu.edu
Fri Oct 9 10:27:37 EDT 2015


On 10/9/15, 10:22 AM, "dev on behalf of Rod Widdowson" <dev-bounces at shibboleth.net on behalf of rdw at steadingsoftware.com> wrote:


>
>My problem is related in that I would like to define
>shibboleth.CustomScriptObject in a similar place so that I can have sensible
>defaults for scripting custom object plugins.
>The alternative (which is what is currently checked in) is that you need to
>add the customBeanRef='shibboleth.CustomScriptObject' explicitly to your
>attribute definition.

If the idea is that you would hardwire the bean ID in the Spring parser, and the problem is doing that "safely", can you include a containsBean() check and inject getBean by value?

Or is this the problem again of not being able to access even the parent ApplicationContext while creating the child?

-- Scott



More information about the dev mailing list