diff --git a/src/Request/Config/KernelConfigClass.php b/src/Request/Config/KernelConfigClass.php index 92e096f..4471945 100644 --- a/src/Request/Config/KernelConfigClass.php +++ b/src/Request/Config/KernelConfigClass.php @@ -192,9 +192,11 @@ class KernelConfigClass foreach (self::$libArray as $lib) $appProperties["app.process.LIB"] .= ("-l".$lib." "); - $appProperties["app.process.DYNAMIC_LOADING"] = "false"; + $appProperties["app.process.DYNAMIC_LOADING"] = "true"; $appProperties["app.process.plugins.xml"] = KERNEL_CONFIG_DIR.'/plugins.xml'; + $appProperties["app.process.plugins.xsd"] = AMDA_KERNEL_DIR.'/config/xsd/parser/plugins.xsd'; + $appProperties["app.plot.configfile"] = KERNEL_CONFIG_DIR.'/'.self::$plotConfigFile; $appProperties["app.param.gapthreshold"] = self::$defaultGapThreshold; -- libgit2 0.21.2