You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Rajith Muditha Attapattu <ra...@gmail.com> on 2016/08/23 18:05:45 UTC

Property placeholder file in EAP when using CDI

I'm wondering whats the best way to handle property placeholder file
in EAP when using CDI.
I'm using deltaspike with @ConfigProperty annotation.

The goal is to have separate property placeholder files for each env
(dev/stg/prod) etc.

Let's say I want to place the properties file in the configuration folder in EAP
How do I get deltaspike to pick it up and associate it with my camel context?

A pointer to an example is very much appreciated.

Regards,

Rajith Muditha Attapattu