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