Bug 52869 - JSR223 language list currently uses BSF list which is wrong
Summary: JSR223 language list currently uses BSF list which is wrong
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-09 10:56 UTC by Sebb
Modified: 2012-03-09 15:19 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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