Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
All
-
Small
Description
If we use a context variable that is not a String, the generated code for configuration passed to the component tries to pass a wrong type to the Map<String, String>.
public Integer timeout; .... .... final java.util.Map<String, String> configuration_X = new java.util.HashMap<>(); ... configuration_X.put("configuration.dataSet.connection.timeout", context.timeout);