Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Feb 9, 2024 2:06:24 PM
Jamie_Gregory
Apr 1, 2021 6:15:34 AM
Summary
Assume a route that uses a context variable called My_Var (set to some value).
It runs successfully from Studio.
But if this route is built as an ESB Microservice (Spring Boot), then the execution fails because the value of the context variable My_Var is null.
Rename the context variable name by removing the underscore (MyVar for example) or use only lower-case with underscores (my_var for example).