[jboss-dev-forums] [Design of JBoss jBPM] - Bug in token actions in process instance view of the console
david.lloyd@jboss.com
do-not-reply at jboss.com
Wed Jan 31 21:50:17 EST 2007
I did some more testing with different mockup processes and I found a bug in how tokens are signalled, cancelled, and moved by the ProcessInstanceBean. Basically the action class holds a reference to the old instance of the managed bean that it uses for certain things, causing the part of the transaction to possibly be executed on an old jbpmContext, which would then fail.
I have reorganized some of that code to handle JbpmContexts more correctly, and I ported the token signalling to use this structure and the problem is now fixed. Tomorrow I will go through and update the remainder of the actions similarly, and go through another round of testing.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009180#4009180
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009180
More information about the jboss-dev-forums
mailing list