There is an option you can turn on the properties component to tell it to ignore unknown property keys.
On Wed, Mar 5, 2014 at 8:01 PM, swwyatt <[email protected]> wrote: > You could subclass > org.apache.camel.component.properties.DefaultPropertiesParser and set it as > the propertiesParser in your PropertiesComponent. Your subclass could handle > the missing property and just return null. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-Camel-properties-tp5748299p5748353.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen Make your Camel applications look hawt, try: http://hawt.io
