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

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

Flavel Heyman created CAMEL-9793:
------------------------------------

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


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)