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 callbacks on the bean a

[s1] Setting configuration for an Action

2015-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'd like to use struts-config.xml to set some properties on an action, just like you might use on a servlet. I see that is an option under in the DTD and I mistakenly thought that would set properties on the Action instance, but it actuall

RE: Spring BeanPostProcessor called twice for Struts managed beans

2015-10-15 Thread CRANFORD, CHRIS
I could be mistaken, but that would only solve not invoking the post instantiation callbacks on the bean and would also imply that the BeanPostProcessor implementations actually implement the InstantiationAwareBeanPostProcessor interface I believe. It also seems far more logical to put this b

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 version. > > > Regards > -- >