Re: issue with property in REST DSL in blueprint context - Camel 2.19.1

2017-08-04 Thread claud...@gmail.com
little bug. You are welcome to log a JIRA and we can look at getting this fixed for upcoming releases. On Fri, Aug 4, 2017 at 11:24 AM, claud...@gmail.com wrote: Hi, I'm trying to update from Camel 2.16.3 to 2.19.1 and experience issues using properties in the REST DSL in blueprint contex

issue with property in REST DSL in blueprint context - Camel 2.19.1

2017-08-04 Thread claud...@gmail.com
Hi, I'm trying to update from Camel 2.16.3 to 2.19.1 and experience issues using properties in the REST DSL in blueprint context. I have the following config: path="patient/{patient_id}/events?cutoff_timestamp={cutoff_timestamp}&limit={limit}" produces="application/json" consumes="ap