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.

Reply via email to