https://issues.apache.org/bugzilla/show_bug.cgi?id=48709
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Sebb <[email protected]> 2010-06-28 15:08:25 EDT --- Thanks for the report. The classname is referenced in the threadStarted() method, which is called before the TCP config items are merged in. Other TCP config fields are referenced in the sample() method which is processed after the merge. Fixed by doing the setup in the first sample call. A bit messy, but should work... URL: http://svn.apache.org/viewvc?rev=958685&view=rev Log: Bug 48709 - TCP Sampler Config setting "classname" has no effect Modified: jakarta/jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/sampler/TCPSampler.java jakarta/jmeter/trunk/xdocs/changes.xml -- 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: [email protected] For additional commands, e-mail: [email protected]
