[jruby-dev] [jira] Created: (JRUBY-4662) Deserialize YAML Strings of Java objects to JRuby objects

2010-03-18 Thread Marco Dohnke (JIRA)
Deserialize YAML Strings of Java objects to JRuby objects - Key: JRUBY-4662 URL: http://jira.codehaus.org/browse/JRUBY-4662 Project: JRuby Issue Type: New Feature Components:

Re: [jruby-dev] java.lang.NullPointerException at Ruby.getClass method

2010-03-18 Thread Ahmed Ragab Nabhan
Thank you very much, Charlie! I tried it and it worked fine. Best wishes, Ahmed Nabhan Quoting Charles Oliver Nutter head...@headius.com: Up until a commit yesterday, a java_require line was *required* in the file so it would know what .rb file to load to prepare your MyRubyClass on the

Re: [jruby-dev] null object returned by Ruby.getClass method

2010-03-18 Thread Ahmed Ragab Nabhan
Hi Charlie, The main method defined in a ruby class is not generated properly by the jrubyc utility. I mean the function has different signature than expected by the JVM: public static Object main(Object args) while the JVM looks for a different signature: public static void

Re: [jruby-dev] null object returned by Ruby.getClass method

2010-03-18 Thread Charles Oliver Nutter
On Thu, Mar 18, 2010 at 10:56 AM, Ahmed Ragab Nabhan anab...@uvm.edu wrote: Hi Charlie, The main method defined in a ruby class is not generated properly by the jrubyc utility. I mean the function has different signature than expected by the JVM: public static Object main(Object args)

[jruby-dev] [jira] Created: (JRUBY-4663) LoadService error in getClassPathResource when file location contains '+'

2010-03-18 Thread Garrett Conaty (JIRA)
LoadService error in getClassPathResource when file location contains '+' - Key: JRUBY-4663 URL: http://jira.codehaus.org/browse/JRUBY-4663 Project: JRuby Issue Type: