Details
Description
Since the upgrade 2.0, the step "Set field value to a constant" throws an error
error_set_constant_value - Execution started for pipeline [error_set_constant_value] Exception in thread "Thread-29" java.lang.RuntimeException: Error create instance of transform data: null at org.apache.hop.pipeline.transform.BaseTransformMeta.createTransformData(BaseTransformMeta.java:113) at org.apache.hop.pipeline.Pipeline.prepareExecution(Pipeline.java:760) at org.apache.hop.pipeline.engines.local.LocalPipelineEngine.prepareExecution(LocalPipelineEngine.java:206) at org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.lambda$preparePipeline$16(HopGuiPipelineGraph.java:4492) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalAccessException: class org.apache.hop.pipeline.transform.BaseTransformMeta cannot access a member of class org.apache.hop.pipeline.transforms.setvalueconstant.SetValueConstantData with modifiers ""
See example attached