Can you try it with the latest Camel?
As you know you don't provide community support for very old version of Camel.


--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Wednesday, August 21, 2013 at 7:11 AM, bxkrish wrote:

> Hi  
>  
> I am using Camel API "propertyPlaceholder" to access my properties. All the
> String values are resolved without any issues. Can you please provide any
> insight on reading integer values?  
>  
> Camel Version = 2.4
>  
> *Configuration:*
>  
> <camelContext..>
> <propertyPlaceholder id="properties"
> location="file:/usr/config/properties/params.properties" />
> ...
>  
> <property name="retryLimit" value="{{maxRetries.DEV}}" />
>  
> *params.properties*
> maxRetries.DEV = 10
>  
> *Exception:*
>  
> org.apache.camel.RuntimeCamelException: java.lang.NumberFormatException: For
> input string: "{{maxRetries.DEV}}"
>  
> Please help.
>  
> Thanks
> Bala
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/reading-integer-values-from-properties-file-tp5737629.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to