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

             Bug #: 51886
           Summary: SampleSender configuration resolved partly on client
                    and partly on server
           Product: JMeter
           Version: 2.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The SampleSender implementations are currently created on the client and sent
to the server by RMI.

Such classes are instantiated both on the client and on the server.

The mode property is only used by the client which uses it to determine which
SampleSender implementation to use.

However most of the SampleSender implementations use static fields for holding
property values, so these will be picked up from the server properties.

Consider whether to switch to client-only configuration; this can easily be
done by switching to instance fields (which will be sent to the server).

However, this would preclude using different settings for different servers.
Not sure if there is a use-case for that.

-- 
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]

Reply via email to