Re: ApacheJMeter_mongodb is missing from maven central

2014-01-11 Thread Mark Collin
Do you have a rough ETA for getting the 2.10 and 2.11 ApacheJMeter_mongodb jars up in maven central? I have a new release of the jmeter-maven-plugin ready to go and I’m trying to decide whether to wait for the jar to be in maven central, or just mark the missing jar as a known problem with a

enhancement to jmeter.sh startup script

2014-01-11 Thread James Liang
Hi guys, The bin/jmeter.sh script will fail to launch if it is called via symlink or called from outside of bin. Adding the following snippet of script will resolve the true path, cd to it, and then start jmeter. -- # resolve the true full path (e.g. called from outside of bin,

Re: enhancement to jmeter.sh startup script

2014-01-11 Thread sebb
On 12 January 2014 00:00, James Liang jli...@andera.com wrote: Hi guys, The bin/jmeter.sh script will fail to launch if it is called via symlink or called from outside of bin. Adding the following snippet of script will resolve the true path, cd to it, and then start jmeter. Thanks -

bug and fix for ProxyControl.deliverSampler() method

2014-01-11 Thread James Liang
Bug: The Test Script Recorder (proxy) supports filtering of url patterns before sending the http requests to the Recording Controller. Just to be clear, this part works. However, if we add a View Results Tree element to the Test Script Recorder, the View Results Tree captures all calls and

Re: bug and fix for ProxyControl.deliverSampler() method

2014-01-11 Thread sebb
Bug reports and enhancement requests are much easier to keep track of if they are recorded in the JMeter issue tracking system, i.e. Bugzilla. Could you please create yourself a login and upload the details there? Thanks! On 12 January 2014 00:35, James Liang jli...@andera.com wrote: Bug: