wrong initialisation of kiesession in junit test
This commit is contained in:
parent
5bd849e22b
commit
937bf30b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class Testlesson4 {
|
||||||
@Test
|
@Test
|
||||||
public void testRuleFlow3() {
|
public void testRuleFlow3() {
|
||||||
sessionStatefull = KnowledgeSessionHelper
|
sessionStatefull = KnowledgeSessionHelper
|
||||||
.getStatefulKnowledgeSession(kieContainer, "lesson4a-session");
|
.getStatefulKnowledgeSessionForJBPM(kieContainer, "lesson4a-session");
|
||||||
OutputDisplay display = new OutputDisplay();
|
OutputDisplay display = new OutputDisplay();
|
||||||
sessionStatefull.setGlobal("showResult", display);
|
sessionStatefull.setGlobal("showResult", display);
|
||||||
Account a = new Account();
|
Account a = new Account();
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue