properties being set on SwitchYard's BPM and Rules components (via <bpmroperties> or <rulesroperties>) are being passed into the creation of a org.kie.api.runtime.KieSessionConfiguration, but not into the org.kie.api.runtime.Environment.
Steps to Reproduce: 1. Set some property on BPM component 2. Try to get its value from the jBPM process, using some script, i.e. System.out.println("environment property value:"+kcontext.getKieRuntime().getEnvironment().get("org.kie.api.persistence.pessimistic"));
3. Value is null
|