https://bz.apache.org/bugzilla/show_bug.cgi?id=57321
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #15 from [email protected] --- Hi Nimish V, It seems to be an issue that we cannot use any variables or properties in Backend listener context. It works when I used static values. Example, We cannot use: graphiteHost = ${graphiteHost} It works when: graphiteHost = 192.168.99.100 -- You are receiving this mail because: You are the assignee for the bug.
