Hi,
I was testing to see if I can use Camel 3.0.1 for my work and I found, that I
no longer can use the propertyPrefix in the propertyPlaceholder. I was using
the prefix to make a distinction between production, test and acceptance using
an environment variable like this:
<propertyPlaceholder id="tifProperties" propertyPrefix="${env:STAGE}.”>
And with a properties file like this:
component=jetty:http://0.0.0.0:8090
acc.component=jetty:http://0.0.0.0:80
# CAUTION: production setting
prod.component=jetty:http://0.0.0.0:80
Is there a way of doing such a setup in Camel 3? I rather wouldn’t like to have
multiple properties files.
Kind regards,
Remco Schoen