Re: getters/setters never called: ConfigTestElement implementing TestBean

2009-07-24 Thread sebb
Just a quick note for the archives: There is a problem with TestBean Config elements. Until this is fixed, a workround is to implement the TestListener interface (the methods need not do anything). On 24/07/2009, Donohue, Jack wrote: > Yes. And the field labels in the gui appear as they are def

Re: Load results into database

2009-07-24 Thread Adrian Speteanu
Hi Toni, Take a look at this as well: http://wiki.apache.org/jakarta-jmeter/LogAnalysis if you haven't already. Basically if you want to write xml, to save more data , you can find there a method to use stylesheets and convert the data into a table. On Fri, Jul 24, 2009 at 3:16 PM, sebb wrote:

Re: HTTP Proxy Server problems

2009-07-24 Thread sebb
On 24/07/2009, ianp622 wrote: > > > sebb-2-2 wrote: > > > > > > Try stopping the Tomcat server. And JMeter. > > > > Run Safari with the proxy set up - it should fail to load anything. > > > > Start JMeter proxy, and re-run Safari. > > > > It should now work with external sites. > > > >

Re: HTTP Proxy Server problems

2009-07-24 Thread ianp622
sebb-2-2 wrote: > > > Try stopping the Tomcat server. And JMeter. > > Run Safari with the proxy set up - it should fail to load anything. > > Start JMeter proxy, and re-run Safari. > > It should now work with external sites. > > If not, then revisit all the settings. > > Tried that, but

Re: Executing XPath Expressions in a Beanshell Post-Processor

2009-07-24 Thread Noel O'Brien
- "sebb" wrote: > On 24/07/2009, Noel O'Brien wrote: > > Hi, > > > > Does the XPath Extractor have the ability to set up multiple variables just > > like the regex retractor (XXX_1, XXX_2, XXX_matchNo)? > > Yes, see just after the Parameters table in: > > http://jakarta.apache.org/jm

Re: Executing XPath Expressions in a Beanshell Post-Processor

2009-07-24 Thread sebb
On 24/07/2009, Noel O'Brien wrote: > Hi, > > Does the XPath Extractor have the ability to set up multiple variables just > like the regex retractor (XXX_1, XXX_2, XXX_matchNo)? Yes, see just after the Parameters table in: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#XPa

Re: Executing XPath Expressions in a Beanshell Post-Processor

2009-07-24 Thread Noel O'Brien
Hi, Does the XPath Extractor have the ability to set up multiple variables just like the regex retractor (XXX_1, XXX_2, XXX_matchNo)? I've played around with it some more, I removed saxon jar files I had in the Sun6 jre/lib/ext folder and from JMeter's lib folder. Now the java spike runs fi

Re: HTTP Proxy Server problems

2009-07-24 Thread sebb
On 24/07/2009, ianp622 wrote: > > > sebb-2-2 wrote: > > > > Does the JMeter Proxy work OK if you try to record an external web-site? > > > > > No, I get the same behavior regardless of whether I record an external or > local website. Try stopping the Tomcat server. And JMeter. Run Safari wi

Re: Executing XPath Expressions in a Beanshell Post-Processor

2009-07-24 Thread sebb
On 24/07/2009, Noel O'Brien wrote: > Hi, > > There are no errors in the jmeter log, only info logged by the script: > > 2009/07/24 10:52:23 INFO - jmeter.util.BeanShellTestElement: Starting > /home/nobrien/projects/newbay/main/sng/sng-acceptance-tests/test/jmeter/data/scripts/ExtractOrderedEntr

Re: HTTP Proxy Server problems

2009-07-24 Thread ianp622
sebb-2-2 wrote: > > Does the JMeter Proxy work OK if you try to record an external web-site? > No, I get the same behavior regardless of whether I record an external or local website. -- View this message in context: http://www.nabble.com/HTTP-Proxy-Server-problems-tp24499870p24643624.html S

Re: Load results into database

2009-07-24 Thread sebb
On 24/07/2009, Mohamed Niyas wrote: > Hi Tony, > > There is a option to save your output files as CSV format as well. From > there you can import it to > any database. But a small trade off is that if you save the results as CSV, > you can not view the > output through Jmeter listener (Like S

Re: Executing XPath Expressions in a Beanshell Post-Processor

2009-07-24 Thread Noel O'Brien
Hi, There are no errors in the jmeter log, only info logged by the script: 2009/07/24 10:52:23 INFO - jmeter.util.BeanShellTestElement: Starting /home/nobrien/projects/newbay/main/sng/sng-acceptance-tests/test/jmeter/data/scripts/ExtractOrderedEntries.bsh 2009/07/24 10:52:23 DEBUG - jmeter.u

Re: Load results into database

2009-07-24 Thread Mohamed Niyas
Hi Tony, There is a option to save your output files as CSV format as well. From there you can import it to any database. But a small trade off is that if you save the results as CSV, you can not view the output through Jmeter listener (Like Summary, aggregate, graph etc) So you need to calculate