Re: Camel and Freemarker - ${request} evaluated to null or missing

2021-11-22 Thread Laurentiu Trica
Hello, I found the solution for this. >From Camel 2.25.2/3.4.0 onward you need to add this property to the freemarker producer: allowContextMapAll=true. Otherwise you'll only have access to body/headers in a template engine like Freemarker. This is based on https://issues.apache.org/jira/browse/CA

Camel and Freemarker - ${request} evaluated to null or missing

2021-11-18 Thread Laurentiu Trica
Hello, I've been using Camel 2.16 with Freemarker 2.3.23.stable on Karaf 4.0.4 for a long time now. I'm switching to Camel 2.25.4 with Freemarker 2.3.31.stable on Karaf 4.3.3 now. The problem is that something that worked without problems with the old setup is now not working. When I have somethi