-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Currently you have to use a process engine plugin to disable script engine caching:
package my.custom.process.engine.plugin; import org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin; import org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl; /** * Created by hawky4s on 22.06.15. */ public class DisableScriptEngineCacheProcessEnginePlugin extends AbstractProcessEnginePlugin { @Override public void postInit(ProcessEngineConfigurationImpl processEngineConfiguration) { System.out.println("Disabling script engine caching for " + processEngineConfiguration.getProcessEngineName()); processEngineConfiguration.getScriptingEngines().setEnableScriptEngineCaching(false); } }
This is the controller panel for Smart Panels app
[CAM-4473] I can't disable script engine caching in the process engine configuration
Link | New: This issue is related to SUPPORT-1763 [ SUPPORT-1763 ] |
Issue Type | Original: Feature Request [ 2 ] | New: Bug Report [ 1 ] |
Summary | Original: I can disable script engine caching in the process engine configuration | New: I can't disable script engine caching in the process engine configuration |
Fix Version/s | New: 7.2.7 [ 14190 ] |
Fix Version/s | New: 7.4.0 [ 13505 ] | |
Fix Version/s | New: 7.3.3 [ 13990 ] |
Assignee | New: Roman Smirnov [ smirnov ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Rank | New: Ranked higher |
This fix is included in the following commit:
https://github.com/camunda/camunda-bpm-platform/commit/1f950d4036556d8c9790787a9cd71c7721e614f1