0 Replies Latest reply on Nov 6, 2008 4:36 AM by trumml

    jBPM in different class loaders

    trumml

      I want to use jBPM for "web modules" - each web module is running in a separate WAR with separate class loaders.
      This would mean that I have a jPVM per class loader and per web module.

      Could this cause any problems, because the same process instance would run in different jPVMs. E.g. what happens if I try to execute the same task from different jPVMs?