RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread Martin Gainty
> From: chris.cranf...@setech.com > To: user@struts.apache.org > Subject: RE: Spring BeanPostProcessor called twice for Struts managed beans > Date: Thu, 15 Oct 2015 13:26:01 + > > I could be mistaken, but that would only solve not invoking the post > instantiation

RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread CRANFORD, CHRIS
: RE: Spring BeanPostProcessor called twice for Struts managed beans > From: lukaszlen...@apache.org > Date: Thu, 15 Oct 2015 07:56:24 +0200 > Subject: Re: Spring BeanPostProcessor called twice for Struts managed > beans > To: user@struts.apache.org > > You are probably right

RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread Martin Gainty
> From: lukaszlen...@apache.org > Date: Thu, 15 Oct 2015 07:56:24 +0200 > Subject: Re: Spring BeanPostProcessor called twice for Struts managed beans > To: user@struts.apache.org > > You are probably right :) Please register an issue and target 2.3.25 > as a fix ver

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

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