Bug 52869

Summary: JSR223 language list currently uses BSF list which is wrong
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.6   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2012-03-09 10:56:57 UTC
The dropdown list of languages displayed by the JSR223 test elements is actually the list for BSF scripts.

The list should instead be derived from ScriptEngineManager#getEngineFactories() or similar.
Comment 1 Sebb 2012-03-09 15:19:02 UTC
URL: http://svn.apache.org/viewvc?rev=1298866&view=rev
Log:
Bug 52869 - JSR223 language list currently uses BSF list which is wrong

Added:
   jmeter/trunk/src/core/org/apache/jmeter/util/JSR223BeanInfoSupport.java   (with props)
   jmeter/trunk/src/core/org/apache/jmeter/util/ScriptingBeanInfoSupport.java   (with props)
Modified:
   jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionBeanInfo.java
   jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorBeanInfo.java
   jmeter/trunk/src/components/org/apache/jmeter/modifiers/JSR223PreProcessorBeanInfo.java
   jmeter/trunk/src/components/org/apache/jmeter/timers/JSR223TimerBeanInfo.java
   jmeter/trunk/src/components/org/apache/jmeter/visualizers/JSR223ListenerBeanInfo.java
   jmeter/trunk/src/core/org/apache/jmeter/util/BSFBeanInfoSupport.java
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2771