Re: Java Sampler causing Memory Leak

2009-06-23 Thread tomada
;> to) >> >> >> >> |-------Java Sampler : generating a xmlstream and put it >> in >> >> >> the >> >> >> >> response message >> >> >> >> |---RegExpExtractor : get the xmlstream in response >> >> >>

Re: Java Sampler causing Memory Leak

2009-06-22 Thread Deepak Shetty
m in response > >> >> message > >> >> >> and > >> >> >> put it in a variable ${myXmlStream} > >> >> >> |---HttpRequest : sendValues?${myXmlStream} > >> >> >> > >> >> >

Re: Java Sampler causing Memory Leak

2009-06-21 Thread tomada
gt; >> >> contains my xmlStream which is keeping (maybe too long) the >> xmlStream. >> >> >> One solution I find (and please tell me if it is right one or if >> may >> >> >> choose >> >> >> another one) is to directly gene

Re: Java Sampler causing Memory Leak

2009-06-21 Thread Deepak Shetty
tream which is keeping (maybe too long) the > xmlStream. > >> >> One solution I find (and please tell me if it is right one or if may > >> >> choose > >> >> another one) is to directly generate the XmlStream in a a kind of new > >> >> HTTPSamp

Re: Java Sampler causing Memory Leak

2009-06-21 Thread tomada
ream in a a kind of new >> >> HTTPSampler object. So I create a NewHTTPSampler object extending >> >> HTTPSampler, first override the sample () method to not send the >> >> queryString >> >> content, then build my component which actually becomes a plug

Re: Java Sampler causing Memory Leak

2009-06-21 Thread Deepak Shetty
ot send the > >> queryString > >> content, then build my component which actually becomes a plugin, and > >> then > >> put the jar in the lib/ext folder but when I am executing Jmeter I see > >> nothing new in the

Re: Java Sampler causing Memory Leak

2009-06-21 Thread tomada
lib/ext folder but when I am executing Jmeter I see >> nothing new in the sampler menu. >> What can I do to succeed in doing what i want to do ? Is what I did the >> right way to deal with the memory leak or can I handl

Re: Java Sampler causing Memory Leak

2009-06-21 Thread Deepak Shetty
the > right way to deal with the memory leak or can I handle it in easier way ? > > Thank you for your help. > > Tomada > > -- > View this message in context: > http://www.nabble.com/Java-Sampler-causing-Memory-Leak-tp24119770p24119770.html > Sent from the JMeter

Re: Java Sampler causing Memory Leak

2009-06-21 Thread tomada
t; choose >> >> another one) is to directly generate the XmlStream in a a kind of >> new >> >> HTTPSampler object. So I create a NewHTTPSampler object extending >> >> HTTPSampler, first override the sample () method to not send the >> >> queryS

Re: Java Sampler causing Memory Leak

2009-06-20 Thread sebb
;> nothing new in the sampler menu. > >> What can I do to succeed in doing what i want to do ? Is what I did the > >> right way to deal with the memory leak or can I handle it in easier way > >> ? > > > > I'm not clear what the HTTP Sample looks like, i.

Re: Java Sampler causing Memory Leak

2009-06-20 Thread tomada
what I did the >> right way to deal with the memory leak or can I handle it in easier way >> ? > > I'm not clear what the HTTP Sample looks like, i.e. where are you > using the generated data? As a parameter value? Or POST data? > >> Thank you for your help. &

Re: Java Sampler causing Memory Leak

2009-06-20 Thread sebb
ple looks like, i.e. where are you using the generated data? As a parameter value? Or POST data? > Thank you for your help. > > Tomada > > > -- > View this message in context: > http://www.nabble.com/Java

Java Sampler causing Memory Leak

2009-06-19 Thread tomada
nothing new in the sampler menu. What can I do to succeed in doing what i want to do ? Is what I did the right way to deal with the memory leak or can I handle it in easier way ? Thank you for your help. Tomada -- View this message in context: http://www.nabble.com/Java-Sampler-causing-Memory