Moving some DataConnector related classes over to -api
Cantor, Scott
cantor.2 at osu.edu
Mon Oct 3 09:39:17 EDT 2016
On 10/3/16, 3:23 AM, "dev on behalf of Rod Widdowson" <dev-bounces at shibboleth.net on behalf of rdw at steadingsoftware.com> wrote:
> > The reason that this is needed goes back to the fact that the parsing for spring-resources is done in an entirely different
context
> > (we do not inherit global.xml) so we need to respecify everything at the top if we want to use it.
> But I'm wondering whether we can fix this inside our code by forcing the default
> -initializer into place before we start parsing.
> I'll investigate.
Well, the other thing is: the intention was that those bean headers in all the files were supposed to be the de facto required way of defining Spring files. I'm not saying we got that clearly across, but that was the idea.
My concern is just that I'm not sure it's any more correct to assume initialization in the constructor unless you're dealing solely with classes that didn't have properties also. Maybe these didn't.
-- Scott
More information about the dev
mailing list