Rhino context not properly shutdown when bundle is stopped
----------------------------------------------------------
Key: SLING-676
URL: https://issues.apache.org/jira/browse/SLING-676
Project: Sling
Issue Type: Bug
Components: Scripting JavaScript (Rhino)
Affects Versions: Scripting JavaScript 2.0.2
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Scripting JavaScript 2.1.0
Upon shutdown of the scripting/javascript bundle, the Rhino context is not
properly shutdown thus leaving traces in the system and preventing correct
garbage collection the classes. Most notably the following issues occurr in the
factory:
* The Context used to create the root scope is never exited (this leaves a
thread-local behind)
* The Debugger window is not properly closed (this leaves traces in the AWT
behind)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.