Closed jedisct1 closed 11 years ago
Looks like the method now takes a 3rd argument, which is the scope:
- runtime.defineReadonlyVariable("$rubydoop_context", contextInstance);
+ runtime.defineReadonlyVariable("$rubydoop_context", contextInstance, org.jruby.internal.runtime.GlobalVariable.Scope.GLOBAL);
Thanks. I'll have to look into that. I should probably switch back to ScriptingContainer
.
I've rewritten the embedding code, try v1.1.0.pre3, it should work with JRuby 1.7.3.
Rubydoop fails on jruby 1.7.3: