You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/04/25 08:39:05 UTC

[jira] [Commented] (CAMEL-3899) Add support for Camel property placeholders in the TLS configuration in the XML DSLs

    [ https://issues.apache.org/jira/browse/CAMEL-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024727#comment-13024727 ] 

Claus Ibsen commented on CAMEL-3899:
------------------------------------

For example in
{code:xml}

  <camel:keyStoreParameters
    id="id"
    resource="keystore.jks"
    type="jks"
    provider="provider"
    password="password"/>
{code}

You should be able to use a placeholder for the password field etc
{code:xml}
  <camel:keyStoreParameters
    id="id"
    resource="keystore.jks"
    type="jks"
    provider="provider"
    password="{{myKeystorePW}}"/>
{code}

Notice I am talking about the Camel property placeholder support (not spring)
http://camel.apache.org/properties

> Add support for Camel property placeholders in the TLS configuration in the XML DSLs
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3899
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3899
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-core, camel-http, camel-jetty
>            Reporter: Claus Ibsen
>             Fix For: 2.8.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira