You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2010/06/28 21:08:28 UTC

DO NOT REPLY [Bug 48709] TCP Sampler Config setting "classname" has no effect

https://issues.apache.org/bugzilla/show_bug.cgi?id=48709

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Sebb <se...@apache.org> 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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org