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

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

I rely on properties set in a configuration file for specific information to be 
used within velocity

Apache Camel's Simple is able to directly access both the properties within an 
exchange with the notation `${property.keyName}`
It is also able to access the property placeholder information with 
`${properties:keyName}`

I therefore wondered if a similar method of accessing properties can be added 
to velocity... As having full access to the property/configuration details 
within velocity would be a useful thing to have!
                
> Cannot access blueprint property placeholder values from velocity
> -----------------------------------------------------------------
>
>                 Key: CAMEL-5491
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5491
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-blueprint, camel-velocity
>    Affects Versions: 2.10.0
>            Reporter: Alan Foster
>            Priority: Minor
>
> 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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to