]
Mario Fusco reassigned DROOLS-1117:
-----------------------------------
Assignee: Mario Fusco (was: Edson Tirelli)
After 2 times loading the same Rule 3rd time its not loading, Even No
error occured
-----------------------------------------------------------------------------------
Key: DROOLS-1117
URL:
https://issues.jboss.org/browse/DROOLS-1117
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.4.0.CR2
Reporter: Vivek Singh
Assignee: Mario Fusco
While Loading the Rules in Server, After that i removed the Rule from KieBase then again
added the Rule By creating the newJar with different ReleaseId but same Drl filename.
Then i again removed the rule from KieBase using same command
kieBase.removeRule(kiePackage.getName(), ruleName);
But after that when i again added the same Rule it will not adding into the KieBase
Knowledge packages. Even i am not getting any error.