Hi all, i like to set placeholders for hostname, user, password in Spring DSL is it possible? A short example would be nice. I use Apache Camel 2.7 and Tomcat 6.0
I tried it with the following but it looks like that camel doesn't like the placeholders after the component URI http <to uri="http://${server}?authUsername=${user}&authPassword=${password}" /> Regards, Michael
