From 7cf7bfe2e409c53ccd6bdb83146446a597f27a7a Mon Sep 17 00:00:00 2001
From: Hacene SI HADJ MOHAND <hacene.si-hadj-mohand@akka.eu>
Date: Fri, 26 Jun 2020 15:32:21 +0200
Subject: [PATCH] adding plugins xsd in config

---
 src/Request/Config/KernelConfigClass.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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