[
https://issues.apache.org/jira/browse/SM-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krzysztof Sobkowiak resolved SM-2441.
-------------------------------------
Resolution: Fixed
PR applied in
http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/44f4a32a
> 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: Krzysztof Sobkowiak
> Fix For: specs-2.8.0, 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)