-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.12-GA
-
None
-
False
-
None
-
False
-
%
-
-
Todo
-
-
-
Very Likely
blueprint property place holder not getting resolved
For example bundle rest configuration.
-----------------------------------------
<camelContext id="xx.yy.zz.integration.hello" xmlns="http://camel.apache.org/schema/blueprint">
<restConfiguration component="undertow" host="app.http.host" port="app.http.portNumber" />
<rest id="restConfiguration" path="app.url.contextPath">
--------------------------------Rest configuration shown return this.
--------------------------------------------------------------
karaf@root()> rest-registry-list xx.yy.zz.integration.hello
Base Path Uri Template Method State Route Id
--------- ------------ ------ ----- --------
app.url.contextPath /hello get Started restGetPerson
--------------------------------------------------------------
tried with ${app.http.host} but still not getting resolved