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=28663>. 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=28663 Nullpointer exception when using JDBCSampler remotely ------- Additional Comments From [EMAIL PROTECTED] 2004-10-14 00:28 ------- Removing the transient qualifier from the manager field causes a problem, because DBConnectionManager is not serializable. Adding writeObject() is one possibility; otherwise clone() can be used - I've added this to the release 2.0 branch, and it is in the 20041014 nightly build. Hope this solves the problem ... sorry for the long delay. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
