You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/03/09 11:56:57 UTC

DO NOT REPLY [Bug 52869] New: JSR223 language list currently uses BSF list which is wrong

https://issues.apache.org/bugzilla/show_bug.cgi?id=52869

             Bug #: 52869
           Summary: JSR223 language list currently uses BSF list which is
                    wrong
           Product: JMeter
           Version: 2.6
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: issues@jmeter.apache.org
        ReportedBy: sebb@apache.org
    Classification: Unclassified


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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 52869] JSR223 language list currently uses BSF list which is wrong

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52869

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Sebb <se...@apache.org> 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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.