You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Marc Carter (JIRA)" <ji...@apache.org> on 2014/09/19 18:09:33 UTC

[jira] [Updated] (CAMEL-7841) Allow SpEL inside Camel URIs

     [ https://issues.apache.org/jira/browse/CAMEL-7841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Carter updated CAMEL-7841:
-------------------------------
    Summary: Allow SpEL inside Camel URIs  (was: Allow SpEL inside Camel {{properties}})

> Allow SpEL inside Camel URIs
> ----------------------------
>
>                 Key: CAMEL-7841
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7841
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.14.0
>            Reporter: Marc Carter
>
> The test for {{BridgePropertyPlaceholderConfigurer}} shows a very unrealistic example of putting some SpEL into a camel variable. This requires pre-declaring every such spel expression as you instantiate the bridge. Essentaily the SpEL is only evaluated when directly in the Spring context refresh.
> This bridge class can be ugraded to parse SpEL expressions dynamically as Camel requests properties allowing the usecases like:
> {code}
> .from("direct:dostuff")
> .wireTap( "file:#{@runtime.dataPath}?fileName=${date:now:yyyyMMdd}.txt" )
> {code}
> In today's code the first part of URI cannot be paramterised.
> I'll submit a PR via github with my solution and example tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)