DO NOT REPLY [Bug 48372] multibyte data getting corrupted with HTTP POST - when used JMeter 2.3.4

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48372 jml changed: What|Removed |Added CC||jmltestacco...@gmail.com -- Configure bugma

DO NOT REPLY [Bug 48372] multibyte data getting corrupted with HTTP POST - when used JMeter 2.3.4

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48372 jml changed: What|Removed |Added Priority|P2 |P1 -- Configure bugmail: https://issues.apa

DO NOT REPLY [Bug 48372] New: multibyte data getting corrupted with HTTP POST - when used JMeter 2.3.4

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48372 Summary: multibyte data getting corrupted with HTTP POST - when used JMeter 2.3.4 Product: JMeter Version: 2.3.4 Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 48155] Multiple problems / enhancements with JMS protocol classes.

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 --- Comment #13 from martinrl 2009-12-10 18:21:30 UTC --- My first open source bug patch! Woohoo! Thanks for the free lessons. Hopefully I'll be able to contribute more in the future. (In reply to comment #12) > Applied to SVN: > > UR

DO NOT REPLY [Bug 48331] XpathExtractor does not return XML string representations for a Nodeset

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48331 Sebb changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

svn commit: r889487 - in /jakarta/jmeter/trunk: docs/images/screenshots/ src/components/org/apache/jmeter/extractor/ src/components/org/apache/jmeter/extractor/gui/ src/core/org/apache/jmeter/resource

2009-12-10 Thread sebb
Author: sebb Date: Fri Dec 11 01:40:43 2009 New Revision: 889487 URL: http://svn.apache.org/viewvc?rev=889487&view=rev Log: Bug 48331 - XpathExtractor does not return XML string representations for a Nodeset Modified: jakarta/jmeter/trunk/docs/images/screenshots/xpath_extractor.png jaka

svn commit: r889481 - /jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

2009-12-10 Thread sebb
Author: sebb Date: Fri Dec 11 00:26:33 2009 New Revision: 889481 URL: http://svn.apache.org/viewvc?rev=889481&view=rev Log: Fix image sizes Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: ht

svn commit: r889477 - /jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XMLConfPanel.java

2009-12-10 Thread sebb
Author: sebb Date: Fri Dec 11 00:14:21 2009 New Revision: 889477 URL: http://svn.apache.org/viewvc?rev=889477&view=rev Log: ActionListener was tied to the wrong button! Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/XMLConfPanel.java Modified: jakarta/jmeter

DO NOT REPLY [Bug 48155] Multiple problems / enhancements with JMS protocol classes.

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

svn commit: r889456 - in /jakarta/jmeter/trunk: src/protocol/jms/org/apache/jmeter/protocol/jms/client/ src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/ xdocs/

2009-12-10 Thread sebb
Author: sebb Date: Thu Dec 10 23:00:11 2009 New Revision: 889456 URL: http://svn.apache.org/viewvc?rev=889456&view=rev Log: Bug 48155 - Multiple problems / enhancements with JMS protocol classes Modified: jakarta/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/ReceiveSubs

DO NOT REPLY [Bug 48155] Multiple problems / enhancements with JMS protocol classes.

2009-12-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 --- Comment #11 from Sebb 2009-12-10 14:58:50 UTC --- The patch is a lot better, but still makes some unnecessary changes, for example: -private final TopicConnection CONN; +private TopicConnection CONN = null; and related changes

svn commit: r889447 - /jakarta/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/ConnectionFactory.java

2009-12-10 Thread sebb
Author: sebb Date: Thu Dec 10 22:41:01 2009 New Revision: 889447 URL: http://svn.apache.org/viewvc?rev=889447&view=rev Log: Always return a valid topic connection Modified: jakarta/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/ConnectionFactory.java Modified: jakarta/