https://issues.apache.org/bugzilla/show_bug.cgi?id=48155
--- Comment #11 from Sebb <s...@apache.org> 2009-12-10 14:58:50 UTC --- The patch is a lot better, but still makes some unnecessary changes, for example: - private final TopicConnection CONN; + private TopicConnection CONN = null; and related changes in the static {} block. It's important that the variable (and others like it) remains final, otherwise it may not be published correctly across threads. However, I think I can work round those changes; the other changes look OK. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org