upgrade to 7.13.0.Final
This commit is contained in:
parent
65ed52d528
commit
5521ae83ce
3 changed files with 49 additions and 67 deletions
|
|
@ -24,8 +24,10 @@ public class KnowledgeSessionHelper {
|
|||
}
|
||||
|
||||
public static KieSession getStatefulKnowledgeSession(KieContainer kieContainer, String sessionName) {
|
||||
KieSession kSession = kieContainer.newKieSession(sessionName);
|
||||
return kSession;
|
||||
|
||||
KieSession kSession = kieContainer.newKieSession(sessionName);
|
||||
|
||||
return kSession;
|
||||
}
|
||||
|
||||
public static KieSession getStatefulKnowledgeSessionWithCallback(
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue