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=8838>. 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=8838 context utility method calls are not thread safe ------- Additional Comments From [EMAIL PROTECTED] 2002-05-07 13:10 ------- I found the problem! The parameters being passed into the method call are being filled into the "params" attribute of the ASTMethod. Since this method is of course being called concurrently in my threads, the same "params" attribute is being filled concurrently and hence this is not thread safe. The question is now, who fixes this. In my version, I will temporarily make the params a reallocated resource each time or something like that. Alternatively we can synchronize the execute method. Any opinions? Ivan Bella -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
