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=17653>. 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=17653 result is null in AbstractWebTestCaller's doGetResults() method ------- Additional Comments From [EMAIL PROTECTED] 2003-10-23 12:50 ------- Another possible reason is if you're using a round robin load balancer. It will balance one request on one instance the next on an another one. Thus the test result will get stored on the first instance and Cactus will get the results stored on the other instance (i.e. null). Could that be the case? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
