You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Krzysztof Sobkowiak (JIRA)" <ji...@apache.org> on 2015/03/01 16:41:05 UTC

[jira] [Moved] (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 ]

Krzysztof Sobkowiak moved SMX4-1964 to SM-2441:
-----------------------------------------------

    Affects Version/s:     (was: specs-2.4.0)
                  Key: SM-2441  (was: SMX4-1964)
              Project: ServiceMix  (was: ServiceMix 4)

> 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
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>
> 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)