JBoss Community

Re: ClassCastException on .splitNode().constraint()

created by Peter Vieth in jBPM - View the full discussion

Was there ever any progress on this?  I'm using 5.2.0.M1 and ran across the same issue.  Trouble is that ConstraintImpl doesn't have an evaluate() function, so it can't be cast to ConstraintEvaluator in SplitInstance.  I made my own class which  implements ConstraintEvaluator.  I just get the constraint string and return MVEL.eval(constraint_string).

Reply to this message by going to Community

Start a new discussion in jBPM at Community