DO NOT REPLY [Bug 46932] alias given in select statement is not used as column header in response data for a JDBC request

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46932 Sebb changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r761584 - in /jakarta/jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java xdocs/changes.xml

2009-04-03 Thread sebb
Author: sebb Date: Fri Apr 3 09:41:20 2009 New Revision: 761584 URL: http://svn.apache.org/viewvc?rev=761584&view=rev Log: Bug 46838 - if there was no data, still need to set latency in HTTPSampler Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTP

DO NOT REPLY [Bug 46838] HTTP sampler will always set the latency to 0 if response contains no data

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46838 Sebb changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46690] handling of 302 redirects with invalid relative paths

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46690 --- Comment #2 from Sebb 2009-04-03 03:45:21 PST --- JMeter currently uses new URL(baseURL, location) to handle the references. This behaves correctly according to RFC2396, which states: 5.2. g) If the resulting buffer string sti

svn commit: r761626 - in /jakarta/jmeter/trunk: src/protocol/http/org/apache/jmeter/protocol/http/modifier/ src/protocol/http/org/apache/jmeter/protocol/http/parser/ src/protocol/http/org/apache/jmete

2009-04-03 Thread sebb
Author: sebb Date: Fri Apr 3 11:33:57 2009 New Revision: 761626 URL: http://svn.apache.org/viewvc?rev=761626&view=rev Log: Bug 46690 - handling of 302 redirects with invalid relative paths. JMeter now removes extraneous leading "../" segments (as do many browsers) Modified: jakarta/jmeter/t

DO NOT REPLY [Bug 46690] handling of 302 redirects with invalid relative paths

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46690 Sebb changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r761663 - in /jakarta/jmeter/trunk: src/core/org/apache/jmeter/gui/util/FileListPanel.java src/core/org/apache/jmeter/resources/messages.properties xdocs/changes.xml

2009-04-03 Thread sebb
Author: sebb Date: Fri Apr 3 13:14:01 2009 New Revision: 761663 URL: http://svn.apache.org/viewvc?rev=761663&view=rev Log: Bug 46844 - "Library" label in test plan are not I18N Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/gui/util/FileListPanel.java jakarta/jmeter/trunk/sr

DO NOT REPLY [Bug 46844] "Library" label in test plan are not I18N

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46844 Sebb changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46901] HTTP Sampler does not process var/func refs correctly in first file parameter

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46901 Sebb changed: What|Removed |Added Summary|Unable to upload iterate|HTTP Sampler does not |t

DO NOT REPLY [Bug 46900] i18N: polish property file

2009-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46900 Sebb changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Sebb 200

[Jakarta-jmeter Wiki] Update of "ErrorMessages" by JMeterAdmin

2009-04-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification. The following page has been changed by JMeterAdmin: http://wiki.apache.org/jakarta-jmeter/ErrorMessages New page: = Error messages and possible causes = This page lists some co

[Jakarta-jmeter Wiki] Update of "FrontPage" by JMeterAdmin

2009-04-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification. The following page has been changed by JMeterAdmin: http://wiki.apache.org/jakarta-jmeter/FrontPage -

Custom Sampler

2009-04-03 Thread Zhihong Zhang
I wrote a customer sampler for OAuth (a web request with signature). I can drop my JAR in lib/ext and everything works. There is just one problem. I have to change messages.properties to add my text there. There is no easy way to do this. Currently, I copy the resources to my JAR and make sure my J

Re: Custom Sampler

2009-04-03 Thread sebb
On 04/04/2009, Zhihong Zhang wrote: > I wrote a customer sampler for OAuth (a web request with signature). I can > drop my JAR in lib/ext and everything works. There is just one problem. I > have to change messages.properties to add my text there. There is no easy > way to do this. Currently, I

Re: Custom Sampler

2009-04-03 Thread Zhihong Zhang
The sampler is a copycat of HTTP sampler, which doesn't use TestBean. I don't know Jmeter that well to rewrite the sampler. I noticed the JDBC sampler implements TestBean. Is there a plan to change all samplers to TestBean? Thanks! Zhihong On 4/3/09 8:58 PM, "sebb" wrote: > On 04/04/2009, Zh

Re: Custom Sampler

2009-04-03 Thread sebb
On 04/04/2009, Zhihong Zhang wrote: > The sampler is a copycat of HTTP sampler, which doesn't use TestBean. I > don't know Jmeter that well to rewrite the sampler. Just implement TestBean - see AccessLogSampler for example. > I noticed the JDBC sampler implements TestBean. Is there a plan to c