Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-27 Thread Obinna
Yes, that is what I meant. It's not just primitive types though. I thought it was all non bean-references that were not autowired but apparently arrays and certain collections get wired as well. In retrospect I do think that it is a bit much to add. there a somewhat-acceptable workaround in which I

Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-27 Thread Musachy Barroso
On Wed, Aug 26, 2009 at 11:12 PM, Obinna wrote: > (This is by-design and should be > considered a *feature*.) That statement always makes me laugh. When you said "ANY STATIC PROPERTIES SET IN CONFIGURATION ARE IGNORED", do you mean beans of primitive type? You also need to consider how useful it

Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-26 Thread Obinna
Obinna wrote: > > On Tue, Aug 25, 2009 at 1:55 PM, Obinna wrote: > > > >> > >> > >>> -- Forwarded message -- > >>> From: Musachy Barroso > >>> To: Struts Users Mailing List > >>> Date: Mon, 24 Aug 2009

Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-25 Thread Musachy Barroso
> Date: Mon, 24 Aug 2009 09:30:49 -0700 >>> Subject: Re: Struts2SpringObjectFactory autowiring and injecting static >>> property values when >>> I can't remember for sure but there are few flags in the spring plugin >>> to configure autowiring. >> &

Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-25 Thread Obinna
On Tue, Aug 25, 2009 at 1:55 PM, Obinna wrote: > > >> -- Forwarded message -- >> From: Musachy Barroso >> To: Struts Users Mailing List >> Date: Mon, 24 Aug 2009 09:30:49 -0700 >> Subject: Re: Struts2SpringObjectFactory autowiring and inje

Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-24 Thread Musachy Barroso
27;importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvo

RE: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-24 Thread Martin Gainty
email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 24 Aug 2009 09:30:49 -0700 > Subject: Re: Struts2SpringObjectFactory autowiring and injecting static > property values when > From: musa...@gm

Re: Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-24 Thread Musachy Barroso
I can't remember for sure but there are few flags in the spring plugin to configure autowiring. musachy On Mon, Aug 24, 2009 at 2:36 AM, Obinna wrote: > I'm using struts with the spring object factory > > I'm trying to package some struts configuration such that I can define some > commonly reuse

Struts2SpringObjectFactory autowiring and injecting static property values when

2009-08-24 Thread Obinna
I'm using struts with the spring object factory I'm trying to package some struts configuration such that I can define some commonly reused actions in a base struts configuration file and extend in multiple projects. This means that my struts configuration will be generic but my spring configurati