upgrade to 7.13.0.Final

This commit is contained in:
Nicolas Héron 2018-10-21 15:45:10 +02:00
commit d556f24060
35 changed files with 661 additions and 905 deletions

View file

@ -46,9 +46,11 @@ public class Testlesson1 {
public void testRuleOneFactWithFact() {
sessionStatefull = KnowledgeSessionHelper
.getStatefulKnowledgeSession(kieContainer, "lesson1-session");
Account a = new Account();
sessionStatefull.insert(a);
sessionStatefull.fireAllRules();
System.out.println("So you saw something ;)");
}