[g...@vmgump]: Project jakarta-jmeter-svn (in module jakarta-jmeter) failed

2010-01-28 Thread Gump-build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project jakarta-jmeter-svn has an issue affecting its community integration. This

DO NOT REPLY [Bug 40850] - Memory leak in all BeanShell components

2010-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40850 --- Comment #14 from Gabe gnel...@hotmail.com 2010-01-28 15:42:04 UTC --- What about using Beanshell as a function, via __BeanShell? I'm seeing a massive drop in performance in my test plan after 5-10minutes, and I use beanshell functions

svn commit: r904311 - /jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/XPathExtractor.java

2010-01-28 Thread sebb
Author: sebb Date: Thu Jan 28 23:56:34 2010 New Revision: 904311 URL: http://svn.apache.org/viewvc?rev=904311view=rev Log: Don't attempt to process null samples Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/XPathExtractor.java Modified:

svn commit: r904312 - /jakarta/jmeter/trunk/src/components/org/apache/jmeter/extractor/BeanShellPostProcessor.java

2010-01-28 Thread sebb
Author: sebb Date: Thu Jan 28 23:57:47 2010 New Revision: 904312 URL: http://svn.apache.org/viewvc?rev=904312view=rev Log: Don't process null samples and don't report incorrect message if BSH not found Modified:

DO NOT REPLY [Bug 40850] - Memory leak in all BeanShell components

2010-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40850 --- Comment #15 from Sebb s...@apache.org 2010-01-28 16:06:17 UTC --- Using beanshell.function.init instead of using source() should reduce memory usage. You can define various functions in the same file. If you wish to add a reset option