Reference OSGI Blueprint java.util.Properties service in Blueprint Camel property placeholder

2013-02-05 Thread CharlieD
I want to have centralized shared properties (shared across camel contexts) to define things, particularly ActiveMQ endpoints. Furthermore, I want to avoid using /etc/custom.properties, unless I'm unaware of a refresh mechanism that doesn't require restarting karaf and therefore all bundles. A poin

Re: Reference OSGI Blueprint java.util.Properties service in Blueprint Camel property placeholder

2013-02-13 Thread CharlieD
Willem, I did add: However it cannot resolve the property. It is as if it can find the service yet the properties are not there. Caused by: java.lang.IllegalArgumentException: Property with key [customer.event.endpoint] not found in properties from text: {{customer.event.endpoint}} Claus, yes