You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/04/01 17:59:25 UTC

[jira] [Commented] (CAMEL-9793) PropertyPlaceHolder not loading Property, thinks it is a Parameter

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

Claus Ibsen commented on CAMEL-9793:
------------------------------------

Yeah I think this is fixed. Try with 2.17.0 or the upcoming 2.16.3-SNAPSHOT

> PropertyPlaceHolder not loading Property, thinks it is a Parameter
> ------------------------------------------------------------------
>
>                 Key: CAMEL-9793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9793
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-swagger
>    Affects Versions: 2.16.2
>            Reporter: Flavel Heyman
>            Priority: Minor
>              Labels: propertyplaceholder,
>
> When loading a standard rest service into Camel and setting up Swagger.
> {code}
> rest("{{BASE_URL}}").get("/{customerId}").description("...")...
> {code}
> The {{Base_URL}} portion is
> 1. interpreted as a parameter much like {customerId}, i.e. the JSON displays: "{BASE_URL}" and "customerId" as the parameter name (removing outside curly brace)
> 2. the associated property is not loaded from the properties file
> The Property Place Holder portion though works for the rest-dsl configuration:
> {code}
>  restConfiguration().apiProperty("api.title", "{{spring.application.name}}")
> {code}



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