On Tue, Jun 3, 2008 at 10:35 PM, emiliojge <[EMAIL PROTECTED]> wrote: > > (and sorry for posting the same message twice in two groups, but I > find THIS is the correct place to post it)
Hello, no problem, I deleted the message in the other group. > We are using route-web (densha), the version from May 30th, but we are > having a problem with a rather 'trivial' piece of code. It is just a > "subprocess call", as you can see below: > > <process-definition revision="1.0" name="Proc-Main"> > <description> > Main > </description> > <sequence> > <participant ref="alpha"/> > <subprocess ref="subproc"/> > <participant ref="alpha"/> > </sequence> > > <process-definition name="subproc"> > <sequence> > <participant ref="bravo"/> > </sequence> > </process-definition> > > </process-definition> > > 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. I will fix that asap. Thanks for the feedback, 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 -~----------~----~----~----~------~----~------~--~---
