On Wed, May 21, 2008 at 3:04 PM, Scott Sproule <[EMAIL PROTECTED]> wrote: > but I am struggling to embed it as message driven bean in glassfish... it > works well standalone but seems to eat threads as a mdb using jruby.
Hello, JRuby is far less forgiving than Ruby about threads. Version 0.9.18 (current development version) has a tighter thread signature than previous versions. I currently have a OpenWFEru 0.9.18 system + JRuby 1.1.1 in QA stage here, it should go in production soon to replace an OpenWFEru 0.9.16 + JRuby 1.1 RC that is in production since last October. I recommend upgrading to the latest OpenWFEru for a JRuby deployment. It manages threads in a more economic fashion. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
