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:42:04 UTC

[jira] [Updated] (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 updated SM-2441:
------------------------------------
    Fix Version/s: specs-2.5.0

> 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
>             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)