You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/04/22 15:00:15 UTC

[jira] [Reopened] (SM-2441) livetribe-jsr223 ScriptEngineManager is not same with the one of JDK

     [ https://issues.apache.org/jira/browse/SM-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reopened SM-2441:
----------------------------------
      Assignee: Luca Burgazzoli  (was: Willem Jiang)

> livetribe-jsr223 ScriptEngineManager is not same with the one of JDK
> --------------------------------------------------------------------
>
>                 Key: SM-2441
>                 URL: https://issues.apache.org/jira/browse/SM-2441
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: specs
>            Reporter: Willem Jiang
>            Assignee: Luca Burgazzoli
>             Fix For: specs-2.5.0
>
>
> ScriptEngineManager in the livetribe-jsr223 has these method 
> {code}
> public javax.script.Bindings getGlobalScope();
> public void setGlobalScope(javax.script.Bindings);
> {code}
> But the JSR 223 release version of [ScriptEngineManager|http://docs.oracle.com/javase/7/docs/api/javax/script/ScriptEngineManager.html] change it to 
> {code}
> public javax.script.Bindings getBindings();
> public void setBindings(javax.script.Bindings);
> {code}
> We need to find a way to make it right.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)