Christian Meier
Christian Meier
I personally solved this issue without deep cloning via `Marshal` since have two problems with `Marshal` - does not work with object with singleton methods defined - using jruby I...
ad Q2: my take on this is that is totally fine to include mentioned jars the way your wrote it ad Q3: the warning means that there is no concrete...
could you run glassfish with `-Djruby.debug.laodService=true` and post the output ? this would give more info on what is going on and maybe a remedy.
the request on more debugging output - the oracle guide looks the way to go. I think both "issues" are related, something goes wrong with the LoadService
@louisajaca with packed jar or war you can not use a git referenced gem with bundler.
so you are talking about an executable jar which does have a different classloading semantic then running an application in war-file. this file worked for me: ``` JRuby.set_context_class_loader connection =...
that is strange as I did see your problem and I looked at the classloader-hierarchy and this setup just worked for me. then I see only your way to hard...
which jruby version do you use ? how did you warify your app ? could you try it on linux (could be a windows only problem) ?
@areman which OS ? windows ?
if you provide me the log when you set the java system property 'jruby.debug.loadService' = 'true' then I might be able help or even fix it on jruby side (or...