you probably modified the java classes after they had already been loaded by jmeter.
On Fri, Aug 21, 2009 at 4:24 PM, zanas <[email protected]> wrote: > > Thanks for your help and sorry for the delay. I've solved my problem, I > just > sent the variable in the parameters and for some reason it wasn't working, > but I had to restart jmeter and it started working.:blush: > > sebb-2-2 wrote: > > > > On 21/08/2009, zanas <[email protected]> wrote: > >> > >> Hi, > >> How can I transfer data between Java Request Samplers?? I generated a > >> string > >> in my first sampler and then I need to use it in my second sampler. > I've > >> tried to insert it in the Response Message and I parsed it with the > >> Regular > >> Expression Extractor, but then I can't pass it to the 2nd java > >> request:confused:... Can you help me? > > > > Not without some more details. > > > > Did you check that the RE extractor worked? > > e.g. add Debug Sampler & View Results Tree. > > > > What did you try in the second Java Request Sampler? > > What output did you expect? > > What output did you get? > > > >> Thanks > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/Java-Request-tp25075901p25075901.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Java-Request-tp25075901p25088842.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

