DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16404>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16404 flow script - local vars shared on different continuations Summary: flow script - local vars shared on different continuations Product: Cocoon 2 Version: Current CVS Platform: PC URL: http://marc.theaimsgroup.com/?l=xml-cocoon- users&m=104257843715054&q=p3 OS/Version: Linux Status: UNCONFIRMED Severity: Major Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] with cocoon 2.1 dev cvs version from Jan 9 2003, Java 1.4.0, Tomcat 4.1.12, I have the following problem. Local variables seem not to be hold separately in different continuations, i.e. one continuation modifies the vars of another. Execute the sample program and look at the variable "i". If I press "increment", all is fine and "i" gets incremented, also for "decrement". But if you press "Reload" in your browser, "i" gets incremented or decremented, too, depending on the last intended operation executed. I think this behaviour is different from the one described in http://localhost:8080/cocoon/samples/flow/continuations.html where a continuation "contains a snapshot of the stack trace, including all the local variables". My interpretation of the latter is, that "i" shouldn't change on "Reload". You'll find the demonstrating sample program at <[EMAIL PROTECTED]> in my message from 2003-01-14. Martin Koeppe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]