I'm attempting to write my own generative controller using existing ones as examples. The clone method of org.apache.jmeter.protocol.http.control.HttpTestSample has the clone instance sharing the same UrlConfig object as the original HttpTestSample instance. Is there something about the JMeter framework that makes this behaviour desirable/acceptable? Or should the clone method of UrlConfig be invoked to acquire a cloned config object for the cloned controller object?
Thanks for any guidance, - Paul Paul Glezen Consulting IT Specialist IBM Software Services for WebSphere 818 539 3321 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
