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

Alan Foster commented on CAMEL-5491:
------------------------------------

I've put this as resolved as you can access the property placeholders values 
using resolvePropertyPlaceholders as suggested by @cibsen
{code}
${camelContext.resolvePropertyPlaceholders("...")}
{code}
                
> Cannot access blueprint property placeholder values from velocity
> -----------------------------------------------------------------
>
>                 Key: CAMEL-5491
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5491
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-blueprint, camel-freemarker, camel-velocity
>    Affects Versions: 2.10.0
>            Reporter: Alan Foster
>            Priority: Minor
>             Fix For: 2.11.0, Future
>
>
> There isn't a way within velocity to access properties set within the 
> blueprint property-placeholder.
> Currently you can only access the exchange's properties according to the 
> documentation at http://camel.apache.org/velocity.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to