[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-26 Thread MatthiasBraeuer
Hi, IMHO the problem lies with the implementation of the class ExpressionAssignmentHandler's assign() method: | [...] | | // else if the expression evaluated to a user | } else if (entity instanceof User) { | // do direct assignment |

[JBoss-user] [JBoss jBPM] - Bug in VariableContainer.getVariables()?

2006-05-24 Thread MatthiasBraeuer
Below is the implementation of VariableContainer.getVariables(): | public Map getVariables() { | Map variables = getVariablesLocally(); | VariableContainer parent = getParentVariableContainer(); | if (parent!=null) { | Map parentVariables =