3 Replies Latest reply on Apr 12, 2006 2:37 AM by koen.aers

    ThreadSafe Access to jBPM

      I understand that JbpmConfiguration is thread safe and can be shared, but can someone let me know if any of following are thread safe:
      - JbpmContext
      - GraphSession
      - ProcessDefinition

      Basically, I would like to use a singleton class to keep shared definitions of processes and then create process instnace for different requests. All of these will be running in different threads, so I would like to make sure that context, session and process definition can be accessed safely.
      Thanks in advance.