Spring BeanPostProcessor called twice for Struts managed beans

2015-10-14 Thread CRANFORD, CHRIS
In a recent BeanPostProcessor implementation, I noticed our logic was being invoked twice in both the before and after initialization callbacks for struts constructed objects like actions, interceptors, etc while normal constructed Spring beans via component scanning were only being invoked once

Re: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-14 Thread Lukasz Lenart
You are probably right :) Please register an issue and target 2.3.25 as a fix version. Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-10-15 6:57 GMT+02:00 CRANFORD, CHRIS : > In a recent BeanPostProcessor implementation, I noticed our logic was being > invoked twice in both