Fix compilazione regole all'avvio
This commit is contained in:
@@ -78,7 +78,7 @@ public class DroolsDataCompleting {
|
||||
System.setProperty("drools.dialect.mvel.strict", "false");
|
||||
|
||||
|
||||
if (shouldCompileDrools()) {
|
||||
if (shouldCompileDrools() || !compiledDrlFile.exists()) {
|
||||
File directory = new File(compiledRulesPath);
|
||||
if (!directory.exists())
|
||||
directory.mkdirs();
|
||||
|
||||
Reference in New Issue
Block a user