Re: V2.5 - Additional arguments not kept in JavaSamplers

2011-08-19 Thread Heinz Drews
he sources. Meanwhile I will try to use the "old" ApacheJMeter_java.jar in V2.5. I working on an own sampler class which will give me better control of the UI. - Heinz On Fri, Aug 19, 2011 at 08:14, Barrie Treloar wrote: > On Fri, Aug 19, 2011 at 12:26 PM, Heinz Drews wrote: >> H

Re: V2.5 - Additional arguments not kept in JavaSamplers

2011-08-18 Thread Heinz Drews
Hi Sebb, the version I'm using preserves the arguments, it shows V2.4 R961953. I have own JavaSamplers, which method I have to overwrite to get the arguments in V 2.5 also? - Heinz On Fri, Aug 19, 2011 at 04:43, sebb wrote: > On 19 August 2011 03:12, Heinz Drews wrote: >>

V2.5 - Additional arguments not kept in JavaSamplers

2011-08-18 Thread Heinz Drews
Hi, In Version 2.5 arguments cannot be added persistently to the list. All changes to the parameter list are lost when another element ist selected and then return to the JavaSampler. - Heinz - To unsubscribe, e-mail: jmeter-us

Re: [ANNOUNCE] JMeter 2.5 is released

2011-08-18 Thread Heinz Drews
Congratulations, a lot of great enhancements. - Heinz - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: Global counter

2011-08-18 Thread Heinz Drews
> the counter in that exact thread & loop. > > Does this help? > > Adrian S > > On Thu, Aug 18, 2011 at 1:40 PM, Heinz Drews wrote: > >> Hello, >> >> I'm using a global CounterConfig which is incremented once per thread. >> For testing I use followi

Global counter

2011-08-18 Thread Heinz Drews
Hello, I'm using a global CounterConfig which is incremented once per thread. For testing I use following simple Testplan: ThreadGroup (Threads 10) +OnceOnlyController ++CounterConfig (Start 1, Increment 1, ref TC) +DebugSampler +WhileController ++DebugSampler The DebugSampler inside the WhileCo