Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: JRuby 1.6.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OS X, Windows 2008, Oracle Java, IBM Java, 1.8 mode, 1.9 mode
-
Number of attachments :
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Thomas E Enebo [ enebo ] | Charles Oliver Nutter [ headius ] |
| Resolution | Not A Bug [ 6 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
My application uses ScriptingContainer from within jruby as a way to sandbox a work routine. During this work, I need to execute code back in the main jruby instance.
This generates a
TypeError: assigning non-exception to $!
Is there another way to accomplish this and workaround this issue?