cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSamplerBeanBeanInfo.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 04:50:31 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler Tag: testbeans_experimental_branch HTTPSamplerBeanBeanInfo.java Log: Cleaned out debugging code. Revision ChangesPath No

RE: cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit J MeterTest.java

2004-01-14 Thread BAZLEY, Sebastian
A bit of explanation: JMeter Help uses the test element title to find the appropriate section in component_reference.html. The titles are not fixed, as they are extracted from the appropriate property file (they do use a fixed key). So if a new test element is added, or the title is changed,

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui FileEditor.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 06:08:21 Modified:src/core/org/apache/jmeter/testbeans/gui Tag: testbeans_experimental_branch FileEditor.java Log: Fixed a couple of issues with the FileEditor. Revision ChangesPath No revision No

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui WrapperEditor.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 06:10:04 Modified:src/core/org/apache/jmeter/testbeans/gui Tag: testbeans_experimental_branch WrapperEditor.java Log: Made sure we always remember the last valid value. Revision ChangesPath No revision No

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui ComboStringEditor.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 06:11:20 Modified:src/core/org/apache/jmeter/testbeans/gui Tag: testbeans_experimental_branch ComboStringEditor.java Log: Fixed process of entering into Edit mode. Revision ChangesPath No

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread Chenis, Kenneth (Temporary)
Sonam, Peter, If you are interested - after a quick look, this issue appears to be very similar to the problem I had with doing XMLHTTP posts to the server from the MS XMLHTTP control - that control sends the http post as straight XML and the HTTP request handler would try to parse it out into

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread peter lin
hi sonam, did you try adding a http config element to set the content-type? add - config element - http header manager. that might work. can you give it a try and see if that fixes it? peter lin Sonam Chauhan [EMAIL PROTECTED] wrote: that makes sense. but back to the task of how can

TestBeans work ready for merging.

2004-01-14 Thread Jordi Salvat i Alabart
Hi. I am very happy with the result of my TestBeans experiment, so I'm planning to merge it into CVS head as soon as I have the time. The idea is to merge the jmeter.testbeans packages and whatever changes they depend on (there's not many), but not [yet] the HTTPSamplerBean and friends.

Re: TestBeans work ready for merging.

2004-01-14 Thread peter lin
I still haven't had time to look over it in detail beyond the explains you've already provided. I'm fine with it, since it is optional and allows us to slowly update existing samplers to use the new approach. thanks for taking the initiative to explore alternative ways. Hopefully when all

RE: TestBeans work ready for merging.

2004-01-14 Thread BAZLEY, Sebastian
Sounds fine to me. Thanks for doing all the work. == Following a discussion on the User list, I was thinking of creating a dummy sampler that could be used as a basis for users to write their own - perhaps it would be a good idea to create one for the Beans approach instead (or as well as?). It

setup in eclipse

2004-01-14 Thread Jorg Heymans
Hi, Is there any easy way of getting jmeter to actually run from eclipse? To get it to start, i had to set the workingdir to ./bin within the workspace, then copy a jmeter.properties in there. The problem then was that I got feature not implemented wherever i clicked (well almost). Any pointers

DO NOT REPLY [Bug 26136] New: - local ip address configurable

2004-01-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26136] - local ip address configurable

2004-01-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: setup in eclipse

2004-01-14 Thread BAZLEY, Sebastian
Works fine in Eclipse 2.1. The bin directory should already have a copy of jmeter.properties. Sounds like you have not populated the workspace fully. There's some info on Eclipse in the JMeter Wiki - have you read that? You need to add the following jars to the classpath: bin/*.jar

Re: setup in eclipse

2004-01-14 Thread Jorg Heymans
There's some info on Eclipse in the JMeter Wiki - have you read that? i will do so now! You need to add the following jars to the classpath: bin/*.jar lib/ext/*.jar lib/*.jar Some of the lib jars are not needed at run-time, but adding them all won't do any harm - unless you've got some

DO NOT REPLY [Bug 26136] - local ip address configurable

2004-01-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26136] - local ip address configurable

2004-01-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

webservice sampler to Beta

2004-01-14 Thread peter lin
I'm thinking of chaning the title of the webservice sampler from Alpha to beta. It could still use some testing, but it looks fairly stable at this point. Any thoughts? peter lin - Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes

DO NOT REPLY [Bug 26144] New: - Cookie Manager Issue

2004-01-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26144. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: webservice sampler to Beta

2004-01-14 Thread Sebastian Bazley
Fine by me - but remember to update component_reference.xml to reflect the new name ! S. - Original Message - From: peter lin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 7:33 PM Subject: webservice sampler to Beta I'm thinking of chaning the title of the

cvs commit: jakarta-jmeter/src/jorphan/native/win32 Makefile

2004-01-14 Thread sebb
sebb2004/01/14 13:52:54 Modified:src/jorphan/native/win32 Makefile Log: Not a binary file ... Revision ChangesPath 1.2 +17 -17jakarta-jmeter/src/jorphan/native/win32/Makefile Index: Makefile

cvs commit: jakarta-jmeter eclipse.readme

2004-01-14 Thread sebb
sebb2004/01/14 14:06:51 Modified:.eclipse.readme Log: Not a binary file ... Revision ChangesPath 1.2 +59 -59jakarta-jmeter/eclipse.readme Index: eclipse.readme === RCS file:

cvs commit: jakarta-jmeter/extras execcode.bsh

2004-01-14 Thread sebb
sebb2004/01/14 14:07:34 Modified:extras execcode.bsh Log: Not a binary file ... Revision ChangesPath 1.2 +0 -0 jakarta-jmeter/extras/execcode.bsh Index: execcode.bsh === RCS file:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui NamePanel.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 15:08:29 Modified:src/core/org/apache/jmeter/gui NamePanel.java Log: Prevent possible NPE (from the testbeans branch, but unrelated). Revision ChangesPath 1.13 +3 -2 jakarta-jmeter/src/core/org/apache/jmeter/gui/NamePanel.java Index:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui/util MenuFactory.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 15:10:30 Modified:src/core/org/apache/jmeter/resources messages.properties messages_de.properties messages_no.properties messages_ja.properties src/core/org/apache/jmeter/gui GuiPackage.java

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/timers ConstantThroughputTimer.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 15:27:27 Modified:src/components/org/apache/jmeter/timers ConstantThroughputTimer.java Log: Removed unused private member variable. Revision ChangesPath 1.9 +1 -7

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/timers Timer.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 15:39:31 Modified:src/core/org/apache/jmeter/timers Timer.java Log: Bringing the Timer interface back to the simplicity it should never have lost. Revision ChangesPath 1.4 +1 -30 jakarta-jmeter/src/core/org/apache/jmeter/timers/Timer.java

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread peter lin
I'll take a look and see if I can make that change. peter lin --- Sonam Chauhan [EMAIL PROTECTED] wrote: Kenneth - Thanks for the suggestion. I don't understand it completely, but it probably does not apply to my problem because I am posting non-XML data (specifically, a MIME-format

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui GuiPackage.java

2004-01-14 Thread jsalvata
jsalvata2004/01/14 15:59:06 Modified:src/core/org/apache/jmeter/gui GuiPackage.java Log: Fix bug that prevented two different TestBean classes being edited in the same JMeter run. Revision ChangesPath 1.19 +31 -19

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages_no.properties messages_de.properties messages.properties messages_ja.properties

2004-01-14 Thread sebb
sebb2004/01/14 16:46:28 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages_de.properties messages.properties messages_ja.properties Log: Add Example sampler strings Revision ChangesPath 1.67

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/samplers/gui ExampleSamplerGui.java

2004-01-14 Thread sebb
sebb2004/01/14 17:02:16 Added: src/core/org/apache/jmeter/samplers ExampleSampler.java src/core/org/apache/jmeter/samplers/gui ExampleSamplerGui.java Log: Example sampler (non-Bean) Revision ChangesPath 1.1

RE: Suggestion for enhancing 'HTTP Request' sampler

2004-01-14 Thread Sonam Chauhan
Thanks a lot Peter - appreciate you looking into this issue. With regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED] -Original Message- From: peter lin [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 January

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/junit JMeterTest.java

2004-01-14 Thread sebb
sebb2004/01/14 17:42:17 Modified:src/core/org/apache/jmeter/junit JMeterTest.java Log: Separate out Bean suite creation; Don't throw assertion from suite() creation (or all tests are lost) Revision ChangesPath 1.29 +35 -24

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui FileEditor.java

2004-01-14 Thread sebb
sebb2004/01/14 17:55:39 Modified:src/core/org/apache/jmeter/testbeans/gui FileEditor.java Log: Make compatible with JDK1.3 Revision ChangesPath 1.3 +2 -2 jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/FileEditor.java Index: FileEditor.java

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui TestBeanGUI.java

2004-01-14 Thread sebb
sebb2004/01/14 18:00:00 Modified:src/core/org/apache/jmeter/testbeans/gui TestBeanGUI.java Log: Make compatible with JDK1.3 Revision ChangesPath 1.4 +10 -10 jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui/TestBeanGUI.java Index:

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans TestBean.java

2004-01-14 Thread sebb
sebb2004/01/14 18:01:07 Modified:src/core/org/apache/jmeter/testbeans TestBean.java Log: Make compatible with JDK1.3 Revision ChangesPath 1.3 +5 -5 jakarta-jmeter/src/core/org/apache/jmeter/testbeans/TestBean.java Index: TestBean.java

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/testbeans/gui BeanInfoSupport.java

2004-01-14 Thread sebb
sebb2004/01/14 18:02:03 Modified:src/core/org/apache/jmeter/testbeans/gui BeanInfoSupport.java Log: Make compatible with JDK1.3 Revision ChangesPath 1.3 +3 -3

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/gui GuiPackage.java

2004-01-14 Thread sebb
sebb2004/01/14 18:02:41 Modified:src/core/org/apache/jmeter/gui GuiPackage.java Log: Make compatible with JDK1.3 Revision ChangesPath 1.20 +4 -4 jakarta-jmeter/src/core/org/apache/jmeter/gui/GuiPackage.java Index: GuiPackage.java

webservice sampler and proxy discussion

2004-01-14 Thread peter lin
forwarding it didn't work, so here is the discussion pasted in --- hmm... that might be a bit confusing to others. I would be a bit thrown if the same test plan shows the proxy settings depending on the command line options I passed to Jmeter. I'm intrigued by the suggestion and would

RE: webservice question

2004-01-14 Thread peter lin
the change is simple, but I question the value of removing it altogether. My preference is to err on the side of flexible in this case, since entering the proxy is a minor inconvience in my mind. from past experience in previous jobs, VPN access sometimes use proxies and explicitly block access

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java

2004-01-14 Thread sebb
sebb2004/01/14 18:47:46 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler HTTPSampler.java Log: Remove unused import Revision ChangesPath 1.79 +1 -2

cvs commit: jakarta-jmeter/src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties

2004-01-14 Thread woolfel
woolfel 2004/01/14 19:04:50 Modified:src/core/org/apache/jmeter/resources messages_no.properties messages.properties messages_ja.properties messages_de.properties Log: changed the title of webservice sampler to Beta peter lin

cvs commit: jakarta-jmeter/xdocs/usermanual component_reference.xml

2004-01-14 Thread woolfel
woolfel 2004/01/14 19:09:15 Modified:xdocs/usermanual component_reference.xml Log: updated the component doc to sync with the changes in the properties peter lin CVS: -- CVS: PR: CVS: If this change

cvs commit: jakarta-jmeter/xdocs/usermanual build-ws-test-plan.xml

2004-01-14 Thread woolfel
woolfel 2004/01/14 19:10:47 Modified:xdocs/usermanual build-ws-test-plan.xml Log: updated build webservice test plan to sync with properties peter lin Revision ChangesPath 1.3 +5 -5 jakarta-jmeter/xdocs/usermanual/build-ws-test-plan.xml Index:

cvs commit: jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/sampler WebServiceSampler.java

2004-01-14 Thread woolfel
woolfel 2004/01/14 19:51:52 Modified:src/protocol/http/org/apache/jmeter/protocol/http/sampler WebServiceSampler.java Log: made a change to webserviceSampler based on discussions with Peter Reid. Rather than remove the proxy host and port completely, the