« Return to Thread: jruby-complete.jar

jruby-complete.jar

by Jan Hegewald-2 :: Rate this Message:

Reply to Author | View in Thread

Hi all,
I am new to jruby and immediately stumbled over some problems when  
using jruby-complete.jar. In my programme I make use of DRb, which  
does not seem to work with jruby-complete. When I call a method on a  
remote object, there is the following error:
file:jruby-complete.jar!/drb/drb.rb:632:in `recv_reply': undefined  
method `exclusive' for Thread:Class (NoMethodError)
        from file:jruby-complete.jar!/drb/drb.rb:922:in `recv_reply'
        from file:jruby-complete.jar!/drb/drb.rb:1200:in `send_message'
        from file:jruby-complete.jar!/drb/drb.rb:1091:in `method_missing'
        from file:jruby-complete.jar!/drb/drb.rb:1175:in `open'
        from file:jruby-complete.jar!/drb/drb.rb:1090:in `method_missing'
        from file:jruby-complete.jar!/drb/drb.rb:1108:in `with_friend'
        from file:jruby-complete.jar!/drb/drb.rb:1089:in `method_missing'
        from test.rb:36:in `<<'

Is there a documentation about what is different when using jruby-
complete compared to the full installed version? Eventually I wish to  
put all my ruby/java stuff in a single jar, so I thought jruby-
complete would be a good starting point.

Many TIA,
Jan

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: jruby-complete.jar