You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Jv Naidu <ja...@gmail.com> on 2014/05/22 09:57:21 UTC

validate properties (from .cfg) in blueprint routes

I have defined property placeholder in blueprint.xml of osgi bundle.

<cm:property-placeholder id="properties" persistent-id="myappconfig" />

and i have myappconfig.cfg  placed in etc folder of servicemix. This is
working as expected as i have been using like <from
uri="timer://apptimer?fixedRate=true&amp;period={{property1}}" />


Now i would like to validate properties  if property1 doesnt exist then use
property2 ?   and also i have to log the message if property does not exist
 ?

I would like to add validtion why because Bundle is failed and  not
executing other routes in blueprint dure to  error in single route.

 Any help much appreciated.

-- 
Thanks
Naidu