Skip to content

Commit

Permalink
known issue with JRuby 1.1.4: http://jira.codehaus.org/browse/JRUBY-2959
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokung committed Sep 16, 2008
1 parent f28f26e commit 2b43b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.txt
Expand Up @@ -19,6 +19,8 @@ The project has born from my own needs. I needed to run JForum (http://jforum.ne

== KNOWN ISSUES

* Doesn't work with JRuby 1.1.4: http://jira.codehaus.org/browse/JRUBY-2959

* To generate coverage report with jruby (>= 1.1) follow instructions from http://www.ruby-forum.com/topic/146252 and run (inside jetty-rails root dir):
jruby -S rake rcov

Expand Down
1 change: 1 addition & 0 deletions lib/jetty_rails/handler/web_app_handler.rb
Expand Up @@ -9,6 +9,7 @@ def initialize(config)

# create an isolated classloader per application context
self.class_loader = org.jruby.util.JRubyClassLoader.new(JRuby.runtime.jruby_class_loader)

self.resource_base = config[:base]
self.descriptor = config[:web_xml]

Expand Down

0 comments on commit 2b43b53

Please sign in to comment.