add example with rule project dependancy
This commit is contained in:
parent
f2d9bc13ca
commit
b843c70b50
4 changed files with 7 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ public class KnowledgeSessionHelper {
|
|||
|
||||
public static KieSession getStatefulKnowledgeSession(KieContainer kieContainer, String sessionName) {
|
||||
|
||||
KieSession kSession = kieContainer.newKieSession();
|
||||
KieSession kSession = kieContainer.newKieSession(sessionName);
|
||||
|
||||
return kSession;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue