camel doesn't recognize spring property format ${} doesn't work. Also look at
this post where user was able to use camel property component
http://grokbase.com/t/camel/users/122gn6jvjq/property-placeholder 

Following camel link also suggests we don't need to put {{ }} 
http://camel.apache.org/properties.html 



I am fine to get rid of camel property component completely if somehow I can
pass spring property to following..(I know that's not a valid syntax but
imagining something like it)

<camel:threadPoolProfile defaultProfile="true" 
                       id="customThreadPool" 
poolSize=${threadPool.defaultPoolSize} 
maxPoolSize=${threadPool.maxPoolSize} 
/> 


Any ideas?




--
View this message in context: 
http://camel.465427.n5.nabble.com/Unable-to-read-properties-from-camel-PropertiesComponent-tp5711888p5712002.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to