[jboss-user] [JBoss jBPM] - Re: Strange message

cpob do-not-reply at jboss.com
Tue Jul 18 11:27:12 EDT 2006


I only see this in the 3.1.1 webapp when there are multiple tasks assigned, like when you have a fork to two task nodes.  I made the fix once in the webapp...

I just checked.  In TaskBean.java, line 202, it calls the wrong method.
msg += taskAssignLog.getActorId();

That should be .getTaskNewActorId(); (Which is called properly on line 195)

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

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



More information about the jboss-user mailing list