Hi

Please use the @user mailing lists as we explain here
http://camel.apache.org/mailing-lists.html

And your question is not very Camel related. Its more related to
Spring Framework about their property placeholder configurer.
You cannot re-load properties in Spring at runtime, and have changes
applied at runtime.
You would need to re-start your app.

Google a bit more around, as I am sure this has been debated much more
elsewhere.

On Thu, Dec 13, 2012 at 8:49 AM, samuelatef <samuel_atef2...@yahoo.com> wrote:
> hello,
> i need urgent help in camel
> i read this property file by this way
> <bean id="propertyPlaceholderConfigurer"
>
> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
>                 <property name="locations">
>                         <list>
>                                 
> <value>classpath:configurations.properties</value>
>                         </list>
>                 </property>
>         </bean>
>
> but in running time i want to change value in this property file and save it
> to the file how can i do this?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/read-and-write-property-file-in-camel-tp5724017.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to