I wasn't familiar with that option. I'll look into it. Thanks!
________________________________ From: UBIK LOAD PACK Support <[email protected]> To: JMeter Users List <[email protected]> Sent: Thursday, September 26, 2013 9:55 AM Subject: Re: BeanShell PostProcessor and ArrayList<String> issue Hello, Why not use JSR223 + Groovy , it will support JDK5 syntax and Groovy great features. It will also be much better in terms of performances. -- Regards Ubik Load Pack <http://ubikloadpack.com> Team Follow us on Twitter <http://twitter.com/ubikloadpack> @ubikloadpack Cordialement L'équipe Ubik Load Pack <http://ubikloadpack.com> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack> @ubikloadpack On Thu, Sep 26, 2013 at 5:53 PM, sebb <[email protected]> wrote: > On 26 September 2013 16:38, Glenn Caccia <[email protected]> wrote: > > I'm trying to make use of ArrayList<String> in a BeanShell > PostProcessor. Is this possible? I get an error with the following code... > > > > import java.util.ArrayList; > > > > sessions = new ArrayList<String>(); > > > > > > Error is... > > > > ERROR - jmeter.util.BeanShellInterpreter: Error invoking bsh method: > eval In file: inline evaluation of: ``import java.util.ArrayList; > sessions = new ArrayList<String>(); //sessions = . . . '' Encountered > "<" at line 3, column 25. > > BeanShell does not support Java 5 generics. > > > Thanks, > > > > Glenn > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > <http://twitter.com/ubikloadpack>
