1 Reply Latest reply on Feb 10, 2014 1:23 AM by swiderski.maciej

    Shared jBPM sessions between multiple applications on the same server instance

    dragos.snk

      Is it possible to share/obtain a kie session from the default web console from within another application running on the same server?

      Any suggestions on how that might be accomplished?

       

      Thank you.

        • 1. Re: Shared jBPM sessions between multiple applications on the same server instance
          swiderski.maciej

          best approach would be to use per process instance runtime manger strategy and then configure both applications to point to the same data base so whenever there is a need to perform operation both applications can load the ksession instance properly. I would recommend to avoid reuse of same object instance between applications as they have different life cycle and thus might cause some issue when one of the app goes down and disposes ksession without the second being aware of that

           

          HTH