On Tue, Jun 3, 2008 at 10:53 PM, John Mettraux <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 10:35 PM, emiliojge <[EMAIL PROTECTED]> wrote: > >> NoMethodError in WorkitemController#view >> >> You have a nil object when you didn't expect it! >> The error occurred while evaluating nil.raw_representation >> >> RAILS_ROOT: /home/isabel/ruote-web >> Application Trace | Framework Trace | Full Trace >> >> vendor/openwfe/expool/representation.rb:73:in `update_rep' >> vendor/openwfe/expool/representation.rb:61:in `representation' >> vendor/openwfe/engine/expool_methods.rb:82:in `process_representation' >> app/controllers/workitem_controller.rb:279:in `load_workitem' >> app/controllers/workitem_controller.rb:83:in `view' > > OK, I could reproduce that. I have added a bug report here : > http://rubyforge.org/tracker/index.php?func=detail&aid=20496&group_id=2609&atid=10023 > > It's a process representation problem. The latest version of Ruote-Web > (and Ruote) makes sure to display the latest version (in flight > changes included) of the running process definition.
It was just ruote-web picking the subprocess id instead of the process id. This fixes it : http://github.com/jmettraux/ruote-web/commit/33eff5b1fce45e0681a99359258832d717ef9666#diff-1 I packaged a fixed version and made it available at : http://rubyforge.org/frs/download.php/37864/ruote-web-0.9.19pre0.zip Best regards, thanks for the report, -- 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 -~----------~----~----~----~------~----~------~--~---
