Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: Async service task questions" To view the discussion, visit: https://community.jboss.org/message/762925#762925 -------------------------------------------------------------- If you don't have any state kept in the session (facts or timers) you can use any session to complete your process. That means in your MDB instead of loading same session you could create new session and complete your process with it. Please keep in mind that loading same session in two different threads can cause optimitic locking errors when both threads will make changes to it. HTH -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/762925#762925] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
