1 Reply Latest reply on Apr 7, 2014 1:36 PM by arif.mohammed

    What is the best practice to restore ksession from DB in jBPM5.4.0.Final

    arif.mohammed

      Hi,

         I am using one ksession per entire application strategy and ofcourse its persistable session. My question is, What is the best practice to restore previous session when an application is deployed/re-started ? I could store the SESSIONINFO.ID in to my own table so that every time application is started I could load the same session by using JPAKnowledgeService.loadStatefulKnowledgeSession(id, kbase, configuration, environment); Is there any clean way or jBPM provides any out of the box solution for this ?