DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31649>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31649 [Patch] Flowscript: Switch to re-implementation of official Rhino ------- Additional Comments From [EMAIL PROTECTED] 2004-10-20 14:15 ------- FOM_JavascriptInterpreter.handleContinuation() gets the Continuation from the ContinuationManager. It sets the parent continuation at FOM_Cocoon.pushCallContext(). FOM_Cocoon.jsGet_continuation() gets the parent continuation from CallContext but the continuation disappers when jsGet_continuation() is accessed from Javascript. So it seems to be a Rhino bug. Don't know what the comment that you mentioned means. handleContinuation() gets the continuation from the ContinuationManager and if there is no continuation then it returns null and an InvalidContinuationException is thrown. Maybe this is a relict of former implementations.
