interceptFrom() doesn't work with property placeholders
-------------------------------------------------------

                 Key: CAMEL-5129
                 URL: https://issues.apache.org/jira/browse/CAMEL-5129
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.8.0
            Reporter: Raul Kripalani


When using property placeholders in consumer endpoints, interceptFrom is not 
able to match the pattern against the Endpoint URI because the latter is passed 
unresolved. {{EndpointHelper.matchEndpoint(String uri, String pattern)}} 
receives the placeholder in the first parameter rather than the resolved value 
of the property.

--
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