Bug 40099

Summary: Enable use of object variable in ForEachController
Product: JMeter - Now in Github Reporter: Guillaume Lasnier <guillaume.lasnier>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 2.1.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Change access to JMeterContext variables

Description Guillaume Lasnier 2006-07-24 08:40:49 UTC
The ForEachController currently supports string input variables from the JMeter
context. 
Some Sampler such as the Bean Shell sampler could require to iterate over a list
of java.lang.Object instance stored in the JMeter context via the putObject()
and getObject() methods
Comment 1 Guillaume Lasnier 2006-07-24 08:46:09 UTC
Created attachment 18632 [details]
Change access to JMeterContext variables

The attached patch replaces all the JMeterVariables.get() and
JMeterVariables.put() occurences by JMeterVariables.getObject() and
JMeterVariables.putObject(). This doesn't change the previous behaviour.
Comment 2 Sebb 2007-07-02 05:29:00 UTC
Thanks - added in r552482
Comment 3 The ASF infrastructure team 2022-09-24 20:37:37 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1763