update to version 6.5.0-SNAPSHOT
This commit is contained in:
parent
805ad8db59
commit
6edf22c74a
25 changed files with 241 additions and 233 deletions
|
|
@ -106,6 +106,9 @@ public class KnowledgeSessionHelper {
|
|||
public static KieSession getStatefulKnowledgeSessionForJBPM(
|
||||
KieContainer kieContainer, String sessionName) {
|
||||
KieSession session = getStatefulKnowledgeSessionWithCallback(kieContainer, sessionName);
|
||||
//KieSessionConfiguration totot = session.getSessionConfiguration();
|
||||
//totot.setProperty( );
|
||||
|
||||
session.addEventListener(new ProcessEventListener() {
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue