[jboss-user] [JBoss jBPM] - Node thread safety issue

joe_jboss@freemansoft.com do-not-reply at jboss.com
Wed Oct 1 12:16:26 EDT 2008


The Node class has a potential deadlock condition in getLeavingTransitionsMap() if multiple users attempt to leave the same node at the same time.  The leavingTransitionMap.put() method isn't thread safe so multiple threads can deadlock there. 

Other configuration methods are not thread safe but they don't matter because they are only called one time at startup.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179865#4179865

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179865



More information about the jboss-user mailing list