Hey Allard,
I’m trying to take advantage of the ApplicationContextLookupParameterResolverFactory’s ability to detect beans of type ParameterResolverFactory. It seems to be picking them up okay, but because the ACLPRF isn’t the ParameterResolverFactory passed in to the AnnotationEvenListenerBeanPostProcessor, it’s not actually getting used.
Do I need to manually construct the ACLPRF (passing in the classpath resolver) as a Spring bean then pass that into the AELBPP, or is there a more automated way to do so?
JAmes