I’m not sure how do you use the username or password.
Can you show me an example of username configuration?


--  
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 Thursday, November 7, 2013 at 11:43 AM, CamelTyro wrote:

> I made the properties defined as below
> <bean id="properties"
> class="org.apache.camel.component.properties.PropertiesComponent">
> <property name="locations">
> <list>
> <value>classpath:esb-config.properties</value> --username,password etc
> <value>classpath:esb-router.properties</value> --router inbound url
> </list>
> </property>
> </bean>
> and use {{key}} to inject the property value to a router, that works
> but when I use it to config some basic infomation, such as username,
> password etc, it can't work.
>  
> So whether it can only be used to config the route infomation, how about the
> other infomation, password etc?
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/how-to-use-the-org-apache-camel-component-properties-PropertiesComponent-tp5742750.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to