Using file instead of classpath worked-out great and I can just refresh the bundle so that it will reload the new property file.
Follow-up to that, we have a camel route (bundle) that is that invokes a camel cxf andd is completely in spring dsl and I can't really change that to java dsl. I would also like to have that use properties so that information such as address or aFolderName [1] can be specified in property file. Any recommendation on how to use placeholders in a spring dsl? e.g. <route> <from uri="file:/tmp/aFolderName?delete=true" /> [1] <to uri="someUri"/> <to uri="cxf:bean:someservice"/> <to uri="anotherUri"/> </route> -- View this message in context: http://camel.465427.n5.nabble.com/property-placeholder-and-classpath-tp3202843p3203866.html Sent from the Camel - Users mailing list archive at Nabble.com.