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 <[email protected]> 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 > > <bean > class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" > id="propertiesConfigurer" > > <property name="location"> > <value>classpath*:config.properties</value> > </property> > </bean> > > -- > > > Cordialement > > Mohamed > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

