Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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.