How can I develop Java classes, to prepare and execute a .jmx file (JMeter scenario) and retrieve wanted texts from its response?

2009-11-13 Thread rosiere
Hello, I would like to develop a Java application, that executes a predefined jmeter test scenario, to programmatically send http requests towards a web application on Internet, and retrieve some wanted texts from the HTTP response. To do this, I need to make a jmx by JMeter's GUI

svn commit: r835924 - /jakarta/jmeter/trunk/build.xml

2009-11-13 Thread sebb
Author: sebb Date: Fri Nov 13 17:12:07 2009 New Revision: 835924 URL: http://svn.apache.org/viewvc?rev=835924view=rev Log: Bug 48183 - need to ensure build dir is created before downloading files Modified: jakarta/jmeter/trunk/build.xml Modified: jakarta/jmeter/trunk/build.xml URL:

DO NOT REPLY [Bug 48183] ant doesn't create build directory in download_jars task

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48183 --- Comment #1 from Sebb s...@apache.org 2009-11-13 09:14:20 UTC --- Thanks, fixed (but done higher up in the calling sequence). URL: http://svn.apache.org/viewvc?rev=835924view=rev Log: Bug 48183 - need to ensure build dir is created

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1

Re: How can I develop Java classes, to prepare and execute a .jmx file (JMeter scenario) and retrieve wanted texts from its response?

2009-11-13 Thread sebb
On 13/11/2009, rosiere shu.yi.eut...@gmail.com wrote: Hello, I would like to develop a Java application, that executes a predefined jmeter test scenario, to programmatically send http requests towards a web application on Internet, and retrieve some wanted texts from the HTTP

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 --- Comment #2 from John Samford john.samf...@ithaka.org 2009-11-13 10:07:46 UTC --- Created an attachment (id=24530) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24530) JMeterTestCase for CacheManager My apologies for not

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 Sebb s...@apache.org changed: What|Removed |Added Attachment #24530|application/octet-stream|text/plain mime

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 John Samford john.samf...@ithaka.org changed: What|Removed |Added Status|NEEDINFO|NEW --

svn commit: r835948 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java

2009-11-13 Thread sebb
Author: sebb Date: Fri Nov 13 18:32:40 2009 New Revision: 835948 URL: http://svn.apache.org/viewvc?rev=835948view=rev Log: Allow access by unit-test cases Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/CacheManager.java Modified:

svn commit: r835949 - /jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCacheManager.java

2009-11-13 Thread sebb
Author: sebb Date: Fri Nov 13 18:36:22 2009 New Revision: 835949 URL: http://svn.apache.org/viewvc?rev=835949view=rev Log: Bug 48163 - TestCase for org.apache.jmeter.protocol.http.control.CacheManager Initial checkin Added:

svn commit: r835951 - /jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCacheManager.java

2009-11-13 Thread sebb
Author: sebb Date: Fri Nov 13 18:38:14 2009 New Revision: 835951 URL: http://svn.apache.org/viewvc?rev=835951view=rev Log: Add missing @Override tags and remove unnecessary casts Modified: jakarta/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCacheManager.java Modified:

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3

Re: How can I develop Java classes, to prepare and execute a .jmx file (JMeter scenario) and retrieve wanted texts from its response?

2009-11-13 Thread sebb
On 13/11/2009, rosiere shu.yi.eut...@gmail.com wrote: Hello, I did find JMeter's API rich and complex. However the example I explained (login password) is just a simplified scenario. In fact, it may take a long time (up to several hours) to retrieve a credit report, so I need an

Re: How can I develop Java classes, to prepare and execute a .jmx file (JMeter scenario) and retrieve wanted texts from its response?

2009-11-13 Thread rosiere
Hello, I did find JMeter's API rich and complex. However the example I explained (login password) is just a simplified scenario. In fact, it may take a long time (up to several hours) to retrieve a credit report, so I need an asynchronous mechanism, between my j2ee web app (I forgot to

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 John Samford john.samf...@ithaka.org changed: What|Removed |Added Status|NEEDINFO|NEW ---

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 --- Comment #5 from Sebb s...@apache.org 2009-11-13 13:53:05 UTC --- (In reply to comment #4) I do not understand why this test is failing for you. As you can see, it's supposed to check that the entry in the CacheManager created by a

DO NOT REPLY [Bug 48163] JMeterTestCase for org.apache.jmeter.protocol.http.control.CacheManager

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48163 --- Comment #6 from Sebb s...@apache.org 2009-11-13 13:58:34 UTC --- One other point - it would be better if the CacheManager could be tested without requiring internet access. -- Configure bugmail:

svn commit: r836014 - in /jakarta/jmeter/trunk: src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/Receiver.java xdocs/changes.xml

2009-11-13 Thread sebb
Author: sebb Date: Fri Nov 13 21:59:56 2009 New Revision: 836014 URL: http://svn.apache.org/viewvc?rev=836014view=rev Log: Bug 47992 - JMS Point-to-Point Request - Response option doesn't work Modified:

DO NOT REPLY [Bug 47992] JMS Point-to-Point Request - Response option doesn't work for me

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47992 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2

DO NOT REPLY [Bug 47938] Adding some French translations for new elements and some better meaning to other elements

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47938 --- Comment #2 from Milamber milambersp...@gmail.com 2009-11-13 14:59:19 UTC --- Please, don't forget this translation patch for French people. Thanks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

svn commit: r836068 - in /jakarta/jmeter/trunk: src/components/org/apache/jmeter/assertions/CompareAssertionResources_fr.properties src/core/org/apache/jmeter/resources/messages_fr.properties xdocs/ch

2009-11-13 Thread sebb
Author: sebb Date: Sat Nov 14 00:05:16 2009 New Revision: 836068 URL: http://svn.apache.org/viewvc?rev=836068view=rev Log: Bug 47938 - Adding some French translations for new elements Added:

DO NOT REPLY [Bug 47938] Adding some French translations for new elements and some better meaning to other elements

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47938 Sebb s...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 --- Comment #3 from martinrl martinrl...@yahoo.com 2009-11-13 17:12:23 UTC --- I'm a newbie to submitting patch suggestions. I am attaching a ZIP file with the original and fixed files in separate folders. If you need me to do more,

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

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 --- Comment #4 from martinrl martinrl...@yahoo.com 2009-11-13 17:13:50 UTC --- Created an attachment (id=24531) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=24531) Patches with original source -- Configure bugmail:

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

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 --- Comment #5 from martinrl martinrl...@yahoo.com 2009-11-13 17:23:00 UTC --- I re-read your response, what is a unified different format? Can you point me to a URL explaining how to do this? The files I provided can be diffd against

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

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 Sebb s...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from

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

2009-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48155 martinrl martinrl...@yahoo.com changed: What|Removed |Added Attachment #24503|0 |1 is