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/02 08:35:25 UTC

[jira] [Assigned] (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:all-tabpanel ]

Claus Ibsen reassigned CAMEL-9793:
----------------------------------

    Assignee: Claus Ibsen

> 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, rest
>    Affects Versions: 2.16.2, 2.17.0
>            Reporter: Flavel Heyman
>            Assignee: Claus Ibsen
>            Priority: Minor
>
> 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)