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 2010/09/26 08:28:40 UTC

[jira] Created: (CAMEL-3160) Add alternative start token for simple language to avoid clash with Spring PropertyPlaceholder

Add alternative start token for simple language to avoid clash with Spring PropertyPlaceholder
----------------------------------------------------------------------------------------------

                 Key: CAMEL-3160
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3160
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


When using Spring property placeholders it will scan for ${ } tokens, which is the same set the Camel Simple language uses.

This makes it harder to configure file endpoints where the file name is a simple expression because Spring interferes.
So by introducing the $simple{ as alternative start token, we can avoid the clash.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3160) Add alternative start token for simple language to avoid clash with Spring PropertyPlaceholder

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3160.
--------------------------------

    Resolution: Fixed

trunk: 1001371.

> Add alternative start token for simple language to avoid clash with Spring PropertyPlaceholder
> ----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3160
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3160
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> When using Spring property placeholders it will scan for ${ } tokens, which is the same set the Camel Simple language uses.
> This makes it harder to configure file endpoints where the file name is a simple expression because Spring interferes.
> So by introducing the $simple{ as alternative start token, we can avoid the clash.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.