Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-2441

livetribe-jsr223 ScriptEngineManager is not same with the one of JDK

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • specs-2.5.0, specs-2.8.0
    • specs
    • None

    Description

      ScriptEngineManager in the livetribe-jsr223 has these method

      public javax.script.Bindings getGlobalScope();
      public void setGlobalScope(javax.script.Bindings);
      

      But the JSR 223 release version of ScriptEngineManager change it to

      public javax.script.Bindings getBindings();
      public void setBindings(javax.script.Bindings);
      

      We need to find a way to make it right.

      Attachments

        Activity

          People

            sobkowiak Krzysztof Sobkowiak
            njiang Willem Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: