update to version 6.5.0-SNAPSHOT

This commit is contained in:
Nicolas Héron 2016-10-14 17:13:46 +02:00
commit 6edf22c74a
25 changed files with 241 additions and 233 deletions

View file

@ -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