This commit is contained in:
Nicolas Héron 2016-06-03 10:49:41 +02:00
commit 48a27afb3d
35 changed files with 98 additions and 869 deletions

View file

@ -85,7 +85,7 @@ public class Testlesson31 {
@Test
public void testForALl() throws Exception {
sessionStatefull = KnowledgeSessionHelper
.getStatefulKnowledgeSessionWithCallback(kieContainer, "ksession-lesson3");
.getStatefulKnowledgeSessionWithCallback(kieContainer, "lesson31-session");
OutputDisplay display = new OutputDisplay();
sessionStatefull.setGlobal("showResult", display);
Account a = new Account();