Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Concurrency problems with JBPM 5.4"
To view the discussion, visit:
https://community.jboss.org/message/830385#830385
--------------------------------------------------------------
one additional chack that you might do is to make sure that Environment (that is used to
create or load ksession) is not shared between different threads as it get's local
data during execution such as EntityManager and that make the code not thread safe. Once
you have always dedicated environment for single execution you should get rid of
concurrency issues. Although this might not be the case for you.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/830385#830385]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]