On 9/14/07, rfoxmich <[EMAIL PROTECTED]> wrote: > > If I use densha to launch this process, and then look at the stores, > I see the following messages: > > NoMethodError in Stores#index > > Showing app/views/stores/index.rhtml where line #64 raised: > > You have a nil object when you didn't expect it! > You might have expected an instance of Array. > The error occurred while evaluating nil.[] > > Extracted source (around line #64): > > 61: <div > 62: class="store_wi_activity" > 63: title="the value of the activity attribute of > the participant for this workitem" > 64: ><%= workitem.fields_hash["params"]["activity"] > %></div> > 65: <div > 66: class="store_wi_dispatch_time" > 67: title="when the workitem got emitted by the > engine to the worklist"
Hi Kendo RFox, this problem has been fixed in more recent versions of densha : http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/trunk/densha/app/views/stores/index.rhtml?root=openwferu&r1=976&r2=984 You can get such a version by doing : svn checkout http://openwferu.rubyforge.org/svn/trunk/densha cd densha/vendor/ svn checkout http://openwferu.rubyforge.org/svn/trunk/openwfe-ruby/lib/openwfe or by directly downloading : http://rubyforge.org/frs/download.php/25262/openwferu-densha-0.9.14b.zip It's a 'build' made today. The version in the subversion repository is slightly better (as of this writing). I'll certainly release a 0.9.14 at the beginning of the coming week. Thanks for the detailed bug report, very pro. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
