On 6/29/06, Nicolas Modrzyk <[EMAIL PROTECTED]> wrote: > Hey John, > > Do 'cancel' and 'cancelFlow' from SimpleExpressionPool do the same > thing ? > If so, yes, it could be that I am calling this twice.
cancel(fei) cancels a single expression (the one pointed at by fei). cancelFlow(fei) locates the root of the flow (the über-parent of fei) and then cancels it (provoking the cancellation of the whole flow). Your cancelFlow(fei) doesn't find the flowExpression corresponding to fei and thus cannot find the 'root expression'. Best regards, John Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ OpenWFE - Open source WorkFlow Engine OpenWFE-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openwfe-users
