NoSuchFlowExecutionException
Cantor, Scott
cantor.2 at osu.edu
Thu Oct 20 16:44:00 UTC 2022
> Curious. When you say init/destroy stuff. Is that what explains when
> I have debug logging enabled I see it trying to initialize LDAP
> properties, even though we aren't using LDAP?
No. Spring normally manages bean lifecycle, we got cute and added our own hooks and requirements to init/destroy objects that Spring will call and if it doesn't know to call them, it doesn't.
Properties don't do anything by themselves. Beans that are meant to be conditionally created have to be lazy-init regardless and the LDAP stuff generally is. It's not going to start trying to talk to a non-existent LDAP server.
-- Scott
More information about the dev
mailing list