0 Replies Latest reply on Jun 24, 2014 2:06 AM by shijuj

    null source exception JBPM 6.1

    shijuj

      Hi

       

      Create a process instance through the service Ksession.createProcessInstance();

      start the instance using that  instance id Ksession.startProcessInstance(instanceid); 

       

      After the Stop node  exit  null source exception will came.   (Exception from the listener class , The RuntimeEengine/session is getting disposed there )

      If we start the instance directly through the startProcessInstance()  it is working perfectly.