Re: PropertyPlaceholderConfigurer can't read file properties

2011-07-01 Thread Miguel Almeida
On Fri, 2011-07-01 at 08:46 -0500, Paul Benedict wrote: > Can you clarify? You spoke about reloading -- are you trying to change > property files on the fly? Agree: as far as I know, you can't do that with PropertyPlaceholderConfigurer. Also agree with previous mail: this is Spring, not Struts.

Re: PropertyPlaceholderConfigurer can't read file properties

2011-07-01 Thread Maurizio Cucchiara
This looks like a Spring question, what should it have to do with Struts? On 1 July 2011 15:36, Mohamed SIDI wrote: > Hi there, > > it seems that the PropertyPlaceholderConfigurer can't reload the file > properties because I still getting the key instead of getting the value of > key > > > clas

Re: PropertyPlaceholderConfigurer can't read file properties

2011-07-01 Thread Paul Benedict
Can you clarify? You spoke about reloading -- are you trying to change property files on the fly? On Fri, Jul 1, 2011 at 8:36 AM, Mohamed SIDI wrote: > Hi there, > > it seems that the PropertyPlaceholderConfigurer can't reload the file > properties because I still getting the key instead of getti

PropertyPlaceholderConfigurer can't read file properties

2011-07-01 Thread Mohamed SIDI
Hi there, it seems that the PropertyPlaceholderConfigurer can't reload the file properties because I still getting the key instead of getting the value of key classpath*:config.properties -- Cordialement Mohamed