I am using property-placeholder
tag to load a properties as follows:
<cm:property-placeholder id="myblueprint.test" persistent-id="camel.blueprint"/>
While deploying my project on JBOSS Fuse, it will load camel.blueprint.cfg
from /etc/
directory of FUSE, and when I deploy project on a fabric profile, it will read from properties file created in profile.
But, when I run camel blueprint test, how can I configure it to load properties file from a particular location?