So I wanted to add a post processor to my app context that depends upon some runtime info. I sublcassed ContextLoaderListener and have this in my contextInitialized method:
public void...
Type: Posts; User: dres1011; Keyword(s):
So I wanted to add a post processor to my app context that depends upon some runtime info. I sublcassed ContextLoaderListener and have this in my contextInitialized method:
public void...
Thanks, that is what I ended up finding was possible after trying some truly horrendous stuff.
I searched the forums, the docs and checked the code and it appears there is no way to use FilterToBeanProxy with an ApplicationContext that I have constructed via the ClassPathXmlApplicationContext....