On Thu, Jun 25, 2009 at 12:40 AM, Nando<[email protected]> wrote: > > Talking about JRuby bugs, it seems that the custom YAML encoders/ > decoders at > "vendor/ruote/lib/openwfe/flowexpressionid.rb" > > are still troublesome for JRuby 1.3.1 - I took the liberty of cloning > John's [JRUBY-801] issue, in hope that it's reopened: > http://jira.codehaus.org/browse/JRUBY-3773
Hi Gonzalo and Nando, many thanks for reporting those issues to the JRuby team. Just as a side note, since Ruote 0.9.20, the default persistence mode is via Marshal.dump (instead of YAML). It's way faster. The disadvantage is that the marshal format [may] change[s] from one ruby to the other (version/platform). I have added a tool (pooltool.ru) for migration purposes (to/from marshal/yaml). http://openwferu.rubyforge.org/persistence.html#pooltool Best regards, keep up the great work, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
