You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/02/20 16:17:32 UTC

DO NOT REPLY [Bug 27114] New: - JAVA Sampler and JAVA Request Defaults

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=27114>.
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=27114

JAVA Sampler and JAVA Request Defaults

           Summary: JAVA Sampler and JAVA Request Defaults
           Product: JMeter
           Version: 1.9.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: mmay@apache.org


There seems to be a bug in the JAVA Request Defaults. I have done the following:

Testplan with 3 JavaRequests with an own implementation of the
AbstractJavaSamplerClient. I have overridden the getDefaultParameters() method.
This shows then all parameters in the Requests as well as in the request
Defaults. My problem is now, that I would like to define all Parameters in the
Defaults except one, which has to be defined in the concrete Request. All
Parameters are overridden from the Defaults (even if the parameter there is
null). Also, if I get rid of this one parameter in the defaults, and add them
manually to the Requests these are stored in the jmx-File but are never called
again. I therefore have to put all parameters in each Request :-(

Regards,

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org