I have one sysytem property (isProduction)which tells if the server is test
server or production server.
In my applicationContext.xml i have define propetryplaceholder and need to
change the location according to the system property. If the system propetry
isProduction=true then use proddir.property file otherwise use
testdir.property file. How can i dynamically/programmatically change this
location?
<propertyPlaceholder id="properties" location="proddir.property" />

--
View this message in context: 
http://camel.465427.n5.nabble.com/Propertyplaceholder-location-tp4810780p4810780.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to